]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: lua: memory leak executing tasks
authorThierry FOURNIER <thierry.fournier@ozon.io>
Sat, 17 Dec 2016 10:46:06 +0000 (11:46 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 21 Dec 2016 14:24:09 +0000 (15:24 +0100)
commit4e7c708612730d79f4cc2ec7617fce01665ff807
treea2a1875b3b9d0847e98786b946dbdca18ae5a2be
parent33834b15dce4658ee98fa85668162d78abf32e18
BUG/MINOR: lua: memory leak executing tasks

The struct hlua isn't freed when the task is complete.

This patch should be backported in 1.6 and 1.7
src/hlua.c