Commit ed78892e authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

jscript: Reset mark in jsheap_clear.

parent 18ee50e5
...@@ -140,6 +140,7 @@ void jsheap_clear(jsheap_t *heap) ...@@ -140,6 +140,7 @@ void jsheap_clear(jsheap_t *heap)
} }
heap->last_block = heap->offset = 0; heap->last_block = heap->offset = 0;
heap->mark = FALSE;
} }
void jsheap_free(jsheap_t *heap) void jsheap_free(jsheap_t *heap)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment