Commit c63cf701 authored by Thomas Mullaly's avatar Thomas Mullaly Committed by Alexandre Julliard

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

parent 33fcb5b5
......@@ -7248,6 +7248,7 @@ static void test_CreateUriWithFragment(void) {
if(uri) IUri_Release(uri);
heap_free(uriW);
heap_free(fragW);
}
}
......
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