mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
context menu interface pointer cleanup
svn path=/trunk/; revision=14957
This commit is contained in:
parent
7b8809480b
commit
61ce6acfa9
1 changed files with 2 additions and 1 deletions
|
@ -3499,7 +3499,8 @@ static HRESULT ShellFolderContextMenu(IShellFolder* shell_folder, HWND hwndParen
|
|||
|
||||
hr = (*pcm->lpVtbl->InvokeCommand)(pcm, &cmi);
|
||||
}
|
||||
}
|
||||
} else
|
||||
CtxMenu_reset();
|
||||
}
|
||||
|
||||
(*pcm->lpVtbl->Release)(pcm);
|
||||
|
|
Loading…
Reference in a new issue