Releases the context allocated from the BS2_AllocateContext()
function. If the pointer value is NULL
, it doesn't do any action.
NOTE
Use this if the context is not used anymore. We strongly recommend you to call this API only once when the application ends.
#include "BS_API.h" void BS2_ReleaseContext(void* context);
context
: Context
Void