mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 10:11:48 +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
|
||||
{
|
||||
private:
|
||||
IShellFolder * m_shellFolder;
|
||||
CComPtr<IShellFolder> m_shellFolder;
|
||||
LPCITEMIDLIST m_idList;
|
||||
HKEY m_hKey;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue