mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +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()
|
ShellBrowser::~ShellBrowser()
|
||||||
{
|
{
|
||||||
|
TreeView_SetImageList(_left_hwnd, 0, TVSIL_NORMAL);
|
||||||
|
|
||||||
if (_pShellView)
|
if (_pShellView)
|
||||||
_pShellView->Release();
|
_pShellView->Release();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue