Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
DIFF_EXT::~DIFF_EXT()
31
{
32
LOG();
33
if(_resource != SERVER::instance()->handle())
34
{
35
FreeLibrary(_resource);
36
}
37
38
SERVER::instance()->release();
39
}
40
41
STDMETHODIMP
42
DIFF_EXT::QueryInterface(REFIID refiid, void** ppv)
Callers
nothing calls this directly
Calls
2
handle
Method · 0.80
release
Method · 0.80
Tested by
no test coverage detected