aboutsummaryrefslogtreecommitdiff
path: root/bugs
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2001-02-02 14:23:20 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2001-02-02 14:23:20 -0200
commit42224ca5538293f2b4a217e813bc437ca673b3cf (patch)
tree828645aee767bc1d5cc54089f2446b8854d3dabb /bugs
parent426d3e43bdec4b1ab2b0aed1844396c27f64872f (diff)
downloadlua-42224ca5538293f2b4a217e813bc437ca673b3cf.tar.gz
lua-42224ca5538293f2b4a217e813bc437ca673b3cf.tar.bz2
lua-42224ca5538293f2b4a217e813bc437ca673b3cf.zip
loop of 'dostring' may never reclaim memory
Diffstat (limited to 'bugs')
-rw-r--r--bugs4
1 files changed, 4 insertions, 0 deletions
diff --git a/bugs b/bugs
index 220a36bf..c9429268 100644
--- a/bugs
+++ b/bugs
@@ -255,3 +255,7 @@ Thu Feb 1 11:55:45 EDT 2001
255>> lua_pushuserdata(L, NULL) is buggy 255>> lua_pushuserdata(L, NULL) is buggy
256(by Edgar Toernig; since 4.0) 256(by Edgar Toernig; since 4.0)
257 257
258** ldo.c
259Fri Feb 2 14:06:40 EDT 2001
260>> «while 1 dostring[[print('hello\n')]] end» never reclaims memory
261(by Andrew Paton; since 4.0b)