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

Method ~ReplPlugin

examples/replication/fbSampleReplicator.cpp:126–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126ReplPlugin::~ReplPlugin()
127{
128 if (log != nullptr)
129 {
130 WriteLog(log, "%p\tReplicatedSession destructed\n", this);
131 fclose(log);
132 }
133 if (att != nullptr)
134 att->release();
135 if (status != nullptr)
136 status->dispose();
137}
138
139void ReplPlugin::addRef()
140{

Callers

nothing calls this directly

Calls 3

fcloseFunction · 0.85
releaseMethod · 0.45
disposeMethod · 0.45

Tested by

no test coverage detected