From d840ae26adf4780800d41958fab8c87671fcc8df Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Sun, 3 Apr 2005 12:14:30 +0000 Subject: [PATCH] protect system image list svn path=/trunk/; revision=14473 --- reactos/subsys/system/explorer/shell/shellbrowser.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/subsys/system/explorer/shell/shellbrowser.cpp b/reactos/subsys/system/explorer/shell/shellbrowser.cpp index 226dbe19a77..402381b7644 100644 --- a/reactos/subsys/system/explorer/shell/shellbrowser.cpp +++ b/reactos/subsys/system/explorer/shell/shellbrowser.cpp @@ -50,6 +50,8 @@ ShellBrowser::ShellBrowser(HWND hwnd, HWND left_hwnd, WindowHandle& right_hwnd, ShellBrowser::~ShellBrowser() { + TreeView_SetImageList(_left_hwnd, 0, TVSIL_NORMAL); + if (_pShellView) _pShellView->Release();