mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
rpcrt4: Fix memory leak in test_conf_complex_struct.
This commit is contained in:
parent
47acaeaea8
commit
cd453f453f
@ -1879,6 +1879,7 @@ static void test_conf_complex_struct(void)
|
||||
StubMsg.pfnFree(mem);
|
||||
|
||||
HeapFree(GetProcessHeap(), 0, StubMsg.RpcMsg->Buffer);
|
||||
HeapFree(GetProcessHeap(), 0, memsrc);
|
||||
}
|
||||
|
||||
static void test_ndr_buffer(void)
|
||||
|
Loading…
Reference in New Issue
Block a user