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

This commit is contained in:
Bruno Jesus 2014-05-29 23:44:03 -03:00 committed by Alexandre Julliard
parent 55f8233390
commit 1f713cc567

View file

@ -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)