commit | 1be34152da64cad9f4737ddb17d51a6003e850f2 | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <thierry.fournier@ozon.io> | Sat Dec 17 12:09:51 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Dec 21 15:24:35 2016 +0100 |
tree | e544de57e6e26eb3fc74d04d057c24c3a81ecb8b | |
parent | 33558c4a3f2521bb33fa71ebb312babbf1361c13 [diff] |
BUG/MINOR: lua: memleak when Lua/cli fails If the memory allocator fails, it return a bad code, and the execution continue. If the Lua/cli initializer fails, the allocated struct is not released.