Commit 1e97a2db authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

ole32/tests: Fix source buffer leak (Valgrind).

parent af55ae13
......@@ -869,6 +869,8 @@ static void test_marshal_SNB(void)
g_expect_user_free = TRUE;
SNB_UserFree(&umcb.Flags, &snb2);
g_expect_user_free = FALSE;
HeapFree(GetProcessHeap(), 0, src);
}
static void test_marshal_HDC(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