18 Nov
2022
18 Nov
'22
12:46 p.m.
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);
Stack is still allocated with heap_alloc(). -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1426#note_16356