lambdamoo
lambdamoo copied to clipboard
Fixed leak in OP_RANGE_REF
The following code causes the leak. (base
should be freed, along with from
and to
.)
x = {1, 2, 3, 4, 5}; return x["i"..$];