Commit 06fd202a authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

netprofm: Fix a memory leak.

parent 6617f270
......@@ -96,9 +96,6 @@ static HRESULT WINAPI netprofm_cf_CreateInstance( IClassFactory *iface, LPUNKNOW
return r;
r = IUnknown_QueryInterface( unk, riid, obj );
if (FAILED( r ))
return r;
IUnknown_Release( unk );
return r;
}
......
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