Erich Hoover : hhctrl.ocx: Add a missing Release call.

Alexandre Julliard julliard at winehq.org
Fri Jan 27 11:30:40 CST 2012


Module: wine
Branch: master
Commit: fbc12b4a82953c0044d5a9dea21c0f615ff27815
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=fbc12b4a82953c0044d5a9dea21c0f615ff27815

Author: Erich Hoover <ehoover at mines.edu>
Date:   Wed Jan 25 13:26:06 2012 -0700

hhctrl.ocx: Add a missing Release call.

---

 dlls/hhctrl.ocx/search.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/hhctrl.ocx/search.c b/dlls/hhctrl.ocx/search.c
index f81e46c..571cdd6 100644
--- a/dlls/hhctrl.ocx/search.c
+++ b/dlls/hhctrl.ocx/search.c
@@ -193,6 +193,7 @@ static SearchItem *SearchCHM_Storage(SearchItem *item, IStorage *pStorage,
             FIXME("Unhandled IStorage stream element.\n");
         }
     }
+    IEnumSTATSTG_Release(elem);
     return item;
 }
 




More information about the wine-cvs mailing list