SDK API > BS2_ReleaseObject


Returns the dynamically allocated memory to the system. If the pointer value is NULL, it doesn't do any action.

Declaration

#include "BS_API.h"
 
void BS2_ReleaseObject(void* object);

Parameter

  • [In] object : Dynamically allocated memory address

Return Value

Void

See Also