Commit cd453f45 authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

rpcrt4: Fix memory leak in test_conf_complex_struct.

parent 47acaeae
......@@ -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)
......
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