MCPcopy Create free account
hub / github.com/Vector35/debugger / API_OBJECT_FREE

Function API_OBJECT_FREE

core/ffi.cpp:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69
70template <class T>
71static void API_OBJECT_FREE(T* obj)
72{
73 if (obj)
74 obj->object->ReleaseAPIRef();
75}
76
77
78char* BNDebuggerAllocString(const char* contents)

Callers

nothing calls this directly

Calls 1

ReleaseAPIRefMethod · 0.80

Tested by

no test coverage detected