mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
jscript: Reset mark in jsheap_clear.
This commit is contained in:
parent
18ee50e5d2
commit
ed78892e46
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user