MCPcopy Create free account
hub / github.com/KDE/kdiff3 / ~SERVER

Method ~SERVER

diff_ext_for_kdiff3/server.cpp:186–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186SERVER::~SERVER()
187{
188 if ( m_pLogFile )
189 {
190 _ftprintf( m_pLogFile, TEXT("SERVER::~SERVER()\n\n") );
191 fclose( m_pLogFile );
192 }
193
194 delete m_pRecentFiles;
195}
196
197HINSTANCE
198SERVER::handle() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected