summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mir_core/src/Windows/CCtrlTreeOpts.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mir_core/src/Windows/CCtrlTreeOpts.cpp b/src/mir_core/src/Windows/CCtrlTreeOpts.cpp
index 0366201369..d96807b3d3 100644
--- a/src/mir_core/src/Windows/CCtrlTreeOpts.cpp
+++ b/src/mir_core/src/Windows/CCtrlTreeOpts.cpp
@@ -157,6 +157,8 @@ void CCtrlTreeOpts::OnInit()
void CCtrlTreeOpts::OnDestroy()
{
ImageList_Destroy(GetImageList(TVSIL_NORMAL));
+
+ CSuper::OnDestroy();
}
bool CCtrlTreeOpts::OnApply()