diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2012-08-10 08:28:11 +0200 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2012-08-10 08:28:11 +0200 |
commit | 32aa7012099d6a4b714aef27ab9dbacbdb728c1f (patch) | |
tree | e6408603a0b07324dcd0cdc189558eafad320785 /src/lanes.lua | |
parent | 41b4da54f25d9870b5a0a965815be1e3c1578e80 (diff) | |
download | lanes-32aa7012099d6a4b714aef27ab9dbacbdb728c1f.tar.gz lanes-32aa7012099d6a4b714aef27ab9dbacbdb728c1f.tar.bz2 lanes-32aa7012099d6a4b714aef27ab9dbacbdb728c1f.zip |
fix possible crash at application shutdown when a race condition causes linda objects to be collected after the keeper states are cleaned up.
Diffstat (limited to '')
-rw-r--r-- | src/lanes.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lanes.lua b/src/lanes.lua index 8cd3737..e6400df 100644 --- a/src/lanes.lua +++ b/src/lanes.lua | |||
@@ -255,7 +255,7 @@ end | |||
255 | -- We let the C code attach methods to userdata directly | 255 | -- We let the C code attach methods to userdata directly |
256 | 256 | ||
257 | ----- | 257 | ----- |
258 | -- lanes.linda() -> linda_ud | 258 | -- lanes.linda(["name"]) -> linda_ud |
259 | -- | 259 | -- |
260 | -- PUBLIC LANES API | 260 | -- PUBLIC LANES API |
261 | local linda = mm.linda | 261 | local linda = mm.linda |