Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ DBG_API_OBJECT_FREE
Function
DBG_API_OBJECT_FREE
core/refcountobject.h:240–244 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
238
239
template <class T>
240
static void DBG_API_OBJECT_FREE(T* obj)
241
{
242
if (obj)
243
obj->object->ReleaseAPIRef();
244
}
245
246
}; // namespace BinaryNinjaDebugger
Callers
1
BNDebuggerFreeController
Function · 0.85
Calls
1
ReleaseAPIRef
Method · 0.80
Tested by
no test coverage detected