wininet: Added missing return (Coverity).

This commit is contained in:
Marcus Meissner 2013-04-19 22:25:43 +02:00 committed by Alexandre Julliard
parent 60faef8e3c
commit d762b284d8
1 changed files with 1 additions and 0 deletions

View File

@ -3098,6 +3098,7 @@ BOOL WINAPI CommitUrlCacheEntryW(LPCWSTR lpszUrlName, LPCWSTR lpszLocalFileName,
heap_free(url);
heap_free(header_info);
heap_free(file_ext);
return FALSE;
}
ret = urlcache_entry_commit(url, lpszLocalFileName, ExpireTime, LastModifiedTime,