MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / ~CMountPropertyPage

Method ~CMountPropertyPage

cppcryptfs/ui/MountPropertyPage.cpp:145–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145CMountPropertyPage::~CMountPropertyPage()
146{
147 HIMAGELIST himl = m_imageList.Detach();
148 if (himl) {
149 ImageList_Destroy(himl);
150 }
151}
152
153void CMountPropertyPage::DefaultAction()
154{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected