You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The gl0UseEnv function in genlisp.c is called from genLisp -> gliUnit -> gliDef -> gliExpr -> gl0ExprOf -> gliExpr -> gliEnv, but it should only be called when gl0Prog has not returned, yet, because that initialises and finalises the memory modified in gl0UseEnv.
The text was updated successfully, but these errors were encountered:
The
gl0UseEnv
function in genlisp.c is called fromgenLisp -> gliUnit -> gliDef -> gliExpr -> gl0ExprOf -> gliExpr -> gliEnv
, but it should only be called whengl0Prog
has not returned, yet, because that initialises and finalises the memory modified ingl0UseEnv
.The text was updated successfully, but these errors were encountered: