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

Method releaseHeader

src/jrd/nbak.cpp:209–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209void BackupManager::StateWriteGuard::releaseHeader()
210{
211 if (m_window)
212 {
213 CCH_RELEASE(m_tdbb, m_window);
214 m_window = NULL;
215 }
216}
217
218/********************************** CORE LOGIC ********************************/
219

Callers 2

beginBackupMethod · 0.80
endBackupMethod · 0.80

Calls 1

CCH_RELEASEFunction · 0.85

Tested by

no test coverage detected