MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / FreeCallback

Method FreeCallback

datarenderer.cpp:93–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91
92
93void DataRenderer::FreeCallback(void* ctxt)
94{
95 DataRenderer* renderer = (DataRenderer*)ctxt;
96 renderer->ReleaseForRegistration();
97}
98
99
100void DataRenderer::FreeLinesCallback(void* ctxt, BNDisassemblyTextLine* lines, size_t count)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected