ole32: Initialise object variable in RunningObjectTableImpl_GetObject.
commit3328ad6eb977b5e0d0208d71f4cbca7ea4400138
authorRob Shearman <rob@codeweavers.com>
Wed, 5 Dec 2007 16:09:58 +0000 (5 16:09 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 6 Dec 2007 11:06:56 +0000 (6 12:06 +0100)
tree8ec01016b4c1467a78e2a8e91b0e881defc019d8
parent5393b7a675bfb0181e7888c0415e929d5d3e4a37
ole32: Initialise object variable in RunningObjectTableImpl_GetObject.

As per the rules for memory in RPC, the memory pointer to by object will
be used during unmarshalling and previously it was uninitialised.
(Thanks to Dan Kegel and his Valgrind runs for reporting this.)
dlls/ole32/moniker.c