urlmon/tests: Fixed memory leak in tests (valgrind).

This commit is contained in:
Thomas Mullaly 2011-01-15 15:16:50 -05:00 committed by Alexandre Julliard
parent 33fcb5b5f4
commit c63cf7014b
1 changed files with 1 additions and 0 deletions

View File

@ -7248,6 +7248,7 @@ static void test_CreateUriWithFragment(void) {
if(uri) IUri_Release(uri);
heap_free(uriW);
heap_free(fragW);
}
}