mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
rpcrt4: Fix memory leak in test_conf_complex_struct.
This commit is contained in:
parent
47acaeaea8
commit
cd453f453f
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue