user32/tests: Free memory after use.
This commit is contained in:
parent
c6ff530ad6
commit
916e38f969
|
@ -2067,6 +2067,8 @@ static void test_UnpackDDElParam(void)
|
|||
ok(ret == TRUE, "Expected TRUE, got %d\n", ret);
|
||||
ok(lo == 0, "Expected 0, got %08lx\n", lo);
|
||||
ok(hi == 0xcafebabe, "Expected 0xcafebabe, got %08lx\n", hi);
|
||||
|
||||
GlobalFree(hglobal);
|
||||
}
|
||||
|
||||
static HDDEDATA CALLBACK server_end_to_end_callback(UINT uType, UINT uFmt, HCONV hconv,
|
||||
|
|
Loading…
Reference in New Issue