static void SF_CDECL reportInvalidDelete(void * pmem);
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 |
Description |
void * pmem |
Pointer to the memory containing the reference counted objects. |