urlmon: Remove a redundant NULL check before SysFreeString().

Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Michael Stefaniuc 2017-07-07 17:15:12 +02:00 committed by Alexandre Julliard
parent a9987fa11a
commit 5660a9be74
1 changed files with 1 additions and 2 deletions

View File

@ -510,7 +510,6 @@ static HRESULT WINAPI BindProtocol_StartEx(IInternetProtocolEx *iface, IUri *pUr
This->pi = grfPI;
if(This->uri) {
if(This->display_uri)
SysFreeString(This->display_uri);
IUri_Release(This->uri);
}