hhctl.ocx: Fix reference count leak in InPlace_OnPosRectChange.
commit602b58ba73f9042f88d5cc7074bfe33217576a54
authorRob Shearman <robertshearman@gmail.com>
Sun, 17 Aug 2008 17:28:24 +0000 (17 18:28 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 18 Aug 2008 15:34:12 +0000 (18 17:34 +0200)
treeec0133f1321e9f37925fa3a7fd85a3465769254b
parent24c5df3dc141dce6788ae6f9db4ba904197e294d
hhctl.ocx: Fix reference count leak in InPlace_OnPosRectChange.

Also compare the result of IOleObject_QueryInterface with S_OK instead
of using not operator so it is more clear what the code is doing.
dlls/hhctrl.ocx/webbrowser.c