context menu interface pointer cleanup
Modified: trunk/reactos/subsys/system/winefile/winefile.c
--- trunk/reactos/subsys/system/winefile/winefile.c 2005-05-03 09:21:42 UTC (rev 14956) +++ trunk/reactos/subsys/system/winefile/winefile.c 2005-05-03 09:32:10 UTC (rev 14957) @@ -3499,7 +3499,8 @@
hr = (*pcm->lpVtbl->InvokeCommand)(pcm, &cmi); }
- }
+ } else
+ CtxMenu_reset();
} (*pcm->lpVtbl->Release)(pcm);