j
k
j a
j l
Jacek Caban (@jacek) commented about dlls/jscript/jscript.c:
if(ctx->last_match) jsstr_release(ctx->last_match); assert(!ctx->stack_top); heap_free(ctx->stack); free(ctx->stack);
if(ctx->last_match) jsstr_release(ctx->last_match); assert(!ctx->stack_top);
Stack is still allocated with heap_alloc().
Back to the thread
Back to the list