Deallocates memory for the specified engine
svrng_engine_t svrng_delete_engine( svrng_engine_t engine )
engine |
Pointer to the engine to be deallocated. |
The svrng_delete_engine function deallocates memory for the specified engine.
Name |
Description |
---|---|
SVRNG_STATUS_ERROR_BAD_ENGINE |
Bad engine (NULL pointer) |
NULL pointer.