lambdamoo icon indicating copy to clipboard operation
lambdamoo copied to clipboard

Fixed leak in OP_RANGE_REF

Open toddsundsted opened this issue 13 years ago • 0 comments

The following code causes the leak. (base should be freed, along with from and to.)

x = {1, 2, 3, 4, 5}; return x["i"..$];

toddsundsted avatar Dec 15 '11 11:12 toddsundsted