Hans Leidekker : mlang: Free SCRIPTINFO structure embedded in EnumScript object.

Alexandre Julliard julliard at winehq.org
Thu Nov 8 07:07:39 CST 2007


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

Author: Hans Leidekker <hans at it.vu.nl>
Date:   Thu Nov  8 12:35:57 2007 +0100

mlang: Free SCRIPTINFO structure embedded in EnumScript object.

---

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

diff --git a/dlls/mlang/mlang.c b/dlls/mlang/mlang.c
index b6bd57e..98c62bb 100644
--- a/dlls/mlang/mlang.c
+++ b/dlls/mlang/mlang.c
@@ -1216,6 +1216,7 @@ static ULONG WINAPI fnIEnumScript_Release(
     if (ref == 0)
     {
         TRACE("Destroying %p\n", This);
+        HeapFree(GetProcessHeap(), 0, This->script_info);
         HeapFree(GetProcessHeap(), 0, This);
     }
 




More information about the wine-cvs mailing list