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

This commit is contained in:
Nikolay Sivov 2015-06-21 10:47:44 +03:00 committed by Alexandre Julliard
parent 71cf22e5b0
commit 4b1ff0078b
1 changed files with 1 additions and 0 deletions

View File

@ -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: