diff --git a/reactos/subsys/system/winefile/winefile.c b/reactos/subsys/system/winefile/winefile.c index 78ccee11c09..2343274fa59 100644 --- a/reactos/subsys/system/winefile/winefile.c +++ b/reactos/subsys/system/winefile/winefile.c @@ -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);