ole32: Release iobject and the IRpcStubBuffer object no matter which code path we...
commit723592cf5a8c72f1ad0ecbc8b2ded58385fb4558
authorRob Shearman <rob@codeweavers.com>
Tue, 6 Feb 2007 19:21:40 +0000 (6 19:21 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 6 Feb 2007 20:33:47 +0000 (6 21:33 +0100)
tree2b9d3b3b250493a6f752f7a8a8dd8c6c56024a51
parent65f1d6a38e479c9cdad425bb1efabf1e18b9a88c
ole32: Release iobject and the IRpcStubBuffer object no matter which code path we take.

Otherwise we would leak a reference for both of these if the ifstub was already created.
Fix the FIXME in the code by releasing the stub manager if necessary.
dlls/ole32/marshal.c