Commit 4b1ff007 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

oleaut32/tests: Fix stub buffer leak (Valgrind).

parent 71cf22e5
......@@ -5500,6 +5500,7 @@ static void test_stub(void)
hr = IPSFactoryBuffer_CreateStub(factory, &interfaceguid, &uk, &base_stub);
ok(hr == S_OK, "got: %x, side: %04x\n", hr, side);
IRpcStubBuffer_Release(base_stub);
IPSFactoryBuffer_Release(factory);
next:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment