Commit 5660a9be authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

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

parent a9987fa1
......@@ -510,8 +510,7 @@ static HRESULT WINAPI BindProtocol_StartEx(IInternetProtocolEx *iface, IUri *pUr
This->pi = grfPI;
if(This->uri) {
if(This->display_uri)
SysFreeString(This->display_uri);
SysFreeString(This->display_uri);
IUri_Release(This->uri);
}
IUri_AddRef(pUri);
......
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