mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +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:
@@ -120,7 +120,7 @@ class CMenuSFToolbar :
|
||||
public CMenuToolbarBase
|
||||
{
|
||||
private:
|
||||
IShellFolder * m_shellFolder;
|
||||
CComPtr<IShellFolder> m_shellFolder;
|
||||
LPCITEMIDLIST m_idList;
|
||||
HKEY m_hKey;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user