diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-08-30 16:08:30 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-08-30 16:08:30 -0300 |
commit | beeff4ccafe5877d00119cb3d93f1f937d46dcfb (patch) | |
tree | 66a1d16852172319eda6b2c848628365f299bb58 | |
parent | 12c4e4850640e094a243a8ca45a6d3d8aa70be22 (diff) | |
download | lua-beeff4ccafe5877d00119cb3d93f1f937d46dcfb.tar.gz lua-beeff4ccafe5877d00119cb3d93f1f937d46dcfb.tar.bz2 lua-beeff4ccafe5877d00119cb3d93f1f937d46dcfb.zip |
GC metamethod stored in a weak metatable being collected together with
userdata may not be cleared properly
-rw-r--r-- | bugs | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -286,3 +286,15 @@ Wed Jun 19 13:31:49 EST 2002 | |||
286 | >> (in function `parse_file') | 286 | >> (in function `parse_file') |
287 | (by Alex Bilyk; since 4.0) | 287 | (by Alex Bilyk; since 4.0) |
288 | 288 | ||
289 | |||
290 | |||
291 | |||
292 | ================================================================= | ||
293 | --- Version 5.0 alpha | ||
294 | |||
295 | ** lgc.c | ||
296 | Fri Aug 30 13:49:14 EST 2002 | ||
297 | >> GC metamethod stored in a weak metatable being collected together with | ||
298 | >> userdata may not be cleared properly | ||
299 | (by Roberto; since 5.0a) | ||
300 | |||