Module: wine Branch: master Commit: 2e2383d5caf592a7bfd39147ab92df84fa973690 URL: http://source.winehq.org/git/wine.git/?a=commit;h=2e2383d5caf592a7bfd39147ab... Author: Rob Shearman <rob(a)codeweavers.com> Date: Sat Nov 10 13:55:06 2007 +0000 ole32: Add a missing IStream_Release to test_CoMarshalInterThreadInterfaceInStream. --- dlls/ole32/tests/compobj.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/dlls/ole32/tests/compobj.c b/dlls/ole32/tests/compobj.c index d7a88f7..89cf9b9 100644 --- a/dlls/ole32/tests/compobj.c +++ b/dlls/ole32/tests/compobj.c @@ -642,6 +642,7 @@ static void test_CoMarshalInterThreadInterfaceInStream(void) ok_ole_success(hr, "CoUnmarshalInterface"); IClassFactory_Release(pProxy); + IStream_Release(pStream); ok_no_locks();