Module: wine Branch: master Commit: ed78892e46725e6cae8eb45320c69342d03acfb6 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ed78892e46725e6cae8eb45320...
Author: Jacek Caban jacek@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)