From bffe98c7dd5e7aa8d60086d6bfee2b34c2470262 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Thu, 22 Jul 2004 20:34:14 +0000 Subject: [PATCH] Authors: Mike Hearn , Rob Shearman Implement StdMarshal::ReleaseMarshalData. --- dlls/ole32/marshal.c | 40 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) 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