protect system image list

svn path=/trunk/; revision=14473
This commit is contained in:
Martin Fuchs 2005-04-03 12:14:30 +00:00
parent b01de1ffd4
commit d840ae26ad

View file

@ -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();