netprofm: Fix a memory leak.

This commit is contained in:
Hans Leidekker 2014-04-15 13:33:57 +02:00 committed by Alexandre Julliard
parent 6617f27004
commit 06fd202a20
1 changed files with 0 additions and 3 deletions

View File

@ -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;
}