mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 09:20:43 +08:00
[EXPLORER][BROWSEUI][SHELL32][NETSHELL] Fix wrong usage of CComPtr
This commit is contained in:
@@ -38,7 +38,7 @@ HRESULT STDMETHODCALLTYPE CFolderItem::get_Parent(IDispatch **ppid)
|
||||
if (ppid)
|
||||
{
|
||||
*ppid = m_Folder;
|
||||
m_Folder->AddRef();
|
||||
(*ppid)->AddRef();
|
||||
}
|
||||
return E_NOTIMPL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user