| 143 | } |
| 144 | |
| 145 | CMountPropertyPage::~CMountPropertyPage() |
| 146 | { |
| 147 | HIMAGELIST himl = m_imageList.Detach(); |
| 148 | if (himl) { |
| 149 | ImageList_Destroy(himl); |
| 150 | } |
| 151 | } |
| 152 | |
| 153 | void CMountPropertyPage::DefaultAction() |
| 154 | { |
nothing calls this directly
no outgoing calls
no test coverage detected