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

Method Release

api/debuggerapi.h:96–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 }
95
96 void Release()
97 {
98 if (m_object)
99 FreeObjectReference(m_object);
100 ReleaseInternal();
101 }
102
103 void AddRefForRegistration() { m_registeredRef = true; }
104

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected