user32/tests: Free memory after use.

This commit is contained in:
Nikolay Sivov 2009-11-29 02:18:59 +03:00 committed by Alexandre Julliard
parent c6ff530ad6
commit 916e38f969
1 changed files with 2 additions and 0 deletions

View File

@ -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,