wininet/tests: Fix a memory leak (valgrind).
This commit is contained in:
parent
55f8233390
commit
1f713cc567
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue