diff --git a/dlls/ole32/marshal.c b/dlls/ole32/marshal.c index c03f84aeaa9..b8837171759 100644 --- a/dlls/ole32/marshal.c +++ b/dlls/ole32/marshal.c @@ -67,6 +67,7 @@ typedef struct _mid2stub { wine_marshal_id mid; IRpcStubBuffer *stub; LPUNKNOWN pUnkServer; + BOOL valid; } mid2stub; static mid2stub *stubs = NULL; @@ -80,6 +81,8 @@ MARSHAL_Find_Stub_Server(wine_marshal_id *mid,LPUNKNOWN *punk) { int i; for (i=0;i