MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / FinalRelease

Method FinalRelease

Libraries/TabbingFramework/TabbedMDISave.cpp:82–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void CTabbedMDIChildModifiedList::FinalRelease()
83{
84 this->Clear();
85
86 // Don't Release m_parentItem, because
87 // we only have a weak reference to it
88 m_parentItem = NULL;
89}
90
91STDMETHODIMP CTabbedMDIChildModifiedList::get_Item(long index, ITabbedMDIChildModifiedItem** item)
92{

Callers

nothing calls this directly

Calls 3

ClearMethod · 0.95
ReleaseMethod · 0.80
EmptyMethod · 0.45

Tested by

no test coverage detected