MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / release

Method release

src/jrd/replication/ChangeLog.h:103–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 }
102
103 void release()
104 {
105 if (m_log)
106 {
107 m_log->unlockState();
108 m_log = NULL;
109 }
110 }
111
112 private:
113 ChangeLog* m_log;

Callers

nothing calls this directly

Calls 1

unlockStateMethod · 0.80

Tested by

no test coverage detected