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

Method ~DIFF_EXT

diff_ext_for_kdiff3/diff_ext.cpp:30–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30DIFF_EXT::~DIFF_EXT()
31{
32 LOG();
33 if(_resource != SERVER::instance()->handle())
34 {
35 FreeLibrary(_resource);
36 }
37
38 SERVER::instance()->release();
39}
40
41STDMETHODIMP
42DIFF_EXT::QueryInterface(REFIID refiid, void** ppv)

Callers

nothing calls this directly

Calls 2

handleMethod · 0.80
releaseMethod · 0.80

Tested by

no test coverage detected