Old revisions Add to book Export to PDF Book Creator Add this page to your book Book Creator Remove this page from your book Manage book (0 page(s)) Help SDK API > BS2_ReleaseContext BS2_ReleaseContext 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. Declaration #include "BS_API.h" void BS2_ReleaseContext(void* context); Parameter [In] context : Context Return Value Void See Also BS2_AllocateContext