lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Sat, Feb 26, 2022 at 8:33 PM Luiz Henrique de Figueiredo wrote:
Could you please try this patch? Thanks.

luaM_freearray(L, f->lineinfo, f->sizelineinfo);
f->lineinfo = NULL;                             /* add this line */
f->sizelineinfo = 0;

Now it works!