Commit 49c5494f authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

msxml3: Remove redundant "not NULL" check of the punk arg.

parent 63512e8e
......@@ -2177,8 +2177,7 @@ xmldoc_SetSite( IObjectWithSite *iface, IUnknown *punk )
return S_OK;
}
if ( punk )
IUnknown_AddRef( punk );
IUnknown_AddRef( punk );
if(This->site)
IUnknown_Release( This->site );
......
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