| 124 | } |
| 125 | |
| 126 | ReplPlugin::~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 | |
| 139 | void ReplPlugin::addRef() |
| 140 | { |