diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2018-11-07 08:19:46 +0100 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2018-11-07 08:19:46 +0100 |
commit | c57bc44324a767407d1eb9f95e3c7589700f042e (patch) | |
tree | ad0fd1c15a31157c1ba4532840aa41decb04f124 /CHANGES | |
parent | ef8fc2c4a215110b034424f9c423111d34963f31 (diff) | |
download | lanes-c57bc44324a767407d1eb9f95e3c7589700f042e.tar.gz lanes-c57bc44324a767407d1eb9f95e3c7589700f042e.tar.bz2 lanes-c57bc44324a767407d1eb9f95e3c7589700f042e.zip |
Fix potential crash at application shutdown when deep userdata were created before Lanes is required
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ | |||
1 | CHANGES: | 1 | CHANGES: |
2 | 2 | ||
3 | CHANGE 131: BGe 7-Nov-18 | ||
4 | * Fix potential crash at application shutdown when deep userdata were created before Lanes is required | ||
5 | |||
3 | CHANGE 130: BGe 2-Nov-18 | 6 | CHANGE 130: BGe 2-Nov-18 |
4 | * always duplicate the config structure in new lanes even when no libraries are initialized by the generator | 7 | * always duplicate the config structure in new lanes even when no libraries are initialized by the generator |
5 | (fixes an internal error trying to call on_state_create in a lane without any libs loaded) | 8 | (fixes an internal error trying to call on_state_create in a lane without any libs loaded) |