Jacek Caban : jscript: Reset mark in jsheap_clear.

Alexandre Julliard julliard at winehq.org
Wed Feb 25 09:22:37 CST 2009


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Wed Feb 25 01:29:02 2009 +0100

jscript: Reset mark in jsheap_clear.

---

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

diff --git a/dlls/jscript/jsutils.c b/dlls/jscript/jsutils.c
index 5f24b7c..5417daf 100644
--- a/dlls/jscript/jsutils.c
+++ b/dlls/jscript/jsutils.c
@@ -140,6 +140,7 @@ void jsheap_clear(jsheap_t *heap)
     }
 
     heap->last_block = heap->offset = 0;
+    heap->mark = FALSE;
 }
 
 void jsheap_free(jsheap_t *heap)




More information about the wine-cvs mailing list