diff options
author | Benoit Germain <bnt period germain arrobase gmail period com> | 2014-03-19 10:53:08 +0100 |
---|---|---|
committer | Benoit Germain <bnt period germain arrobase gmail period com> | 2014-03-19 10:53:08 +0100 |
commit | 43343cc59b54ebf216bc3519abcf4cd3e1f0243f (patch) | |
tree | 8dcef54c74fe8ff6a93a00c9ec2c81a40444a26d /CHANGES | |
parent | 0ffafefaf5ef410fa0da95ac1860e817428531ed (diff) | |
download | lanes-43343cc59b54ebf216bc3519abcf4cd3e1f0243f.tar.gz lanes-43343cc59b54ebf216bc3519abcf4cd3e1f0243f.tar.bz2 lanes-43343cc59b54ebf216bc3519abcf4cd3e1f0243f.zip |
Don't mutex-wrap require() more than once
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 107: BGe 19-Mar-14 | ||
4 | * Make sure we don't mutex-wrap require() more than once, just in case | ||
5 | |||
3 | CHANGE 106: BGe 17-Mar-14 | 6 | CHANGE 106: BGe 17-Mar-14 |
4 | * Fixed crash when using protect_allocator option | 7 | * Fixed crash when using protect_allocator option |
5 | 8 | ||