mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
protect system image list
svn path=/trunk/; revision=14473
This commit is contained in:
parent
b01de1ffd4
commit
d840ae26ad
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue