MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / ~Event

Method ~Event

examples/interfaces/08.events.cpp:107–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105
106 private:
107 ~Event()
108 {
109 if (events)
110 events->release();
111 if (eveBuffer)
112 isc_free((char*) eveBuffer);
113 if (eveResult)
114 isc_free((char*) eveResult);
115 status.dispose();
116 }
117
118 FbSampleAtomic refCounter;
119 IAttachment* attachment;

Callers

nothing calls this directly

Calls 2

releaseMethod · 0.45
disposeMethod · 0.45

Tested by

no test coverage detected