rpcrt4: Don't release the interface pointer on failure.
authorRobert Shearman <rob@codeweavers.com>
Tue, 10 Jan 2006 18:59:26 +0000 (19:59 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 10 Jan 2006 18:59:26 +0000 (19:59 +0100)
commite298538459acf2d5c96f762a1f863f286b375891
treef1fcf3dcb2c0b540eaeb3aaaf3239f40a93316c0
parentcb7aa0306e0b7f6aa35090df7a8d08597b74c6e3
rpcrt4: Don't release the interface pointer on failure.
Don't release the interface pointer on failure since we are not the
ones that allocated it. It is the caller's responsability to call
NdrInterfacePointerFree, where the freeing is supposed to happen.
dlls/rpcrt4/ndr_ole.c