loop of 'dostring' may never reclaim memory

This commit is contained in:
Roberto Ierusalimschy
2001-02-02 14:23:20 -02:00
parent 426d3e43bd
commit 42224ca553
4 changed files with 12 additions and 5 deletions

4
bugs
View File

@@ -255,3 +255,7 @@ Thu Feb 1 11:55:45 EDT 2001
>> lua_pushuserdata(L, NULL) is buggy
(by Edgar Toernig; since 4.0)
** ldo.c
Fri Feb 2 14:06:40 EDT 2001
>> <20>while 1 dostring[[print('hello\n')]] end<6E> never reclaims memory
(by Andrew Paton; since 4.0b)