Commit 73e53477 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

wininet: Remove redundant not-NULL check (coccinellery).

parent 39081420
...@@ -2581,8 +2581,7 @@ HINTERNET FTP_Connect(appinfo_t *hIC, LPCWSTR lpszServerName, ...@@ -2581,8 +2581,7 @@ HINTERNET FTP_Connect(appinfo_t *hIC, LPCWSTR lpszServerName,
lerror: lerror:
if (!bSuccess) if (!bSuccess)
{ {
if(lpwfs) WININET_Release(&lpwfs->hdr);
WININET_Release( &lpwfs->hdr );
return NULL; return NULL;
} }
......
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