wininet: Remove redundant not-NULL check (coccinellery).
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
3908142028
commit
73e5347739
|
@ -2581,8 +2581,7 @@ HINTERNET FTP_Connect(appinfo_t *hIC, LPCWSTR lpszServerName,
|
|||
lerror:
|
||||
if (!bSuccess)
|
||||
{
|
||||
if(lpwfs)
|
||||
WININET_Release( &lpwfs->hdr );
|
||||
WININET_Release(&lpwfs->hdr);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue