urlmon/tests: Fixed memory leak in tests (valgrind).
This commit is contained in:
parent
33fcb5b5f4
commit
c63cf7014b
|
@ -7248,6 +7248,7 @@ static void test_CreateUriWithFragment(void) {
|
|||
|
||||
if(uri) IUri_Release(uri);
|
||||
heap_free(uriW);
|
||||
heap_free(fragW);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue