]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: hlua: Add function to release a lua function
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 12 Apr 2021 12:05:43 +0000 (14:05 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 12 Apr 2021 13:46:53 +0000 (15:46 +0200)
commitdda44442d5b1a082fa798112ec70067da49ad875
treeb52931f4cda9db8145a20de460d3a518b44727c1
parent147b8c919c4192e76eae7c7556ef045880b54d13
MINOR: hlua: Add function to release a lua function

release_hlua_function() must be used to release a lua function. Some fixes
depends on this function.
src/hlua.c