RefCountImplCore::reportInvalidDelete

RefCountImplCore::reportInvalidDelete
static void SF_CDECL reportInvalidDelete(void * pmem);
Description

reportInvalidDelete detects invalid 'delete' calls of reference counted objects. Direct delete calls are not allowed on reference counted objects unless they come in internally from Release.

Parameters
Parameters 
Description 
void * pmem 
Pointer to the memory containing the reference counted objects.