diff options
author | dptr1988 <junk_mail@dptr1988.mooo.com> | 2011-01-22 16:17:06 -0800 |
---|---|---|
committer | dptr1988 <junk_mail@dptr1988.mooo.com> | 2011-01-23 15:20:55 -0800 |
commit | 1a038f4427bdcacb5c2a224dda33165d3eb23acd (patch) | |
tree | db48db0d94409a535d28a33a57aaeee1f2b213ba /CHANGES | |
parent | 8ce207a848429e8581e8a900b645927f86e78435 (diff) | |
download | lanes-1a038f4427bdcacb5c2a224dda33165d3eb23acd.tar.gz lanes-1a038f4427bdcacb5c2a224dda33165d3eb23acd.tar.bz2 lanes-1a038f4427bdcacb5c2a224dda33165d3eb23acd.zip |
Fixed bug where reference to Linda object was dropped for a short time ( crashing if GC was run during that time ).
The reference could have also been stored in the module table ( or globals ) but those
can be overwritten by the user. With the Lua registry, it should be inaccessible
by the user and since it's referenced by a unique key, it should also normally be
in accessible to C libraries, making it a relativily safe place to store the reference.
Diffstat (limited to 'CHANGES')
0 files changed, 0 insertions, 0 deletions