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->last_block = heap->offset = 0;
|
||||||
|
heap->mark = FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
void jsheap_free(jsheap_t *heap)
|
void jsheap_free(jsheap_t *heap)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user