Commit 1f713cc5 authored by Bruno Jesus's avatar Bruno Jesus Committed by Alexandre Julliard

wininet/tests: Fix a memory leak (valgrind).

parent 55f82333
......@@ -99,6 +99,7 @@ static void test_find_url_cache_entriesA(void)
ret = FindCloseUrlCache(hEnumHandle);
ok(ret, "FindCloseUrlCache failed with error %d\n", GetLastError());
HeapFree(GetProcessHeap(), 0, lpCacheEntryInfo);
}
static void test_GetUrlCacheEntryInfoExA(void)
......
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