mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:33:07 +00:00
[RSHELL]
* CMenuSFToolbar: Keep the m_shellFolder pointer in a CComPtr, so that it doesn't get deleted and possibly reused for something else. CORE-7586 svn path=/branches/shell-experiments/; revision=62429
This commit is contained in:
parent
42bdf3b30f
commit
7529c9897c
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ class CMenuSFToolbar :
|
||||||
public CMenuToolbarBase
|
public CMenuToolbarBase
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
IShellFolder * m_shellFolder;
|
CComPtr<IShellFolder> m_shellFolder;
|
||||||
LPCITEMIDLIST m_idList;
|
LPCITEMIDLIST m_idList;
|
||||||
HKEY m_hKey;
|
HKEY m_hKey;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue