mirror of
https://github.com/reactos/wine.git
synced 2024-12-01 15:40:43 +00:00
wininet: Added missing return (Coverity).
This commit is contained in:
parent
60faef8e3c
commit
d762b284d8
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user