]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: hlua: use hlua_unref() instead of luaL_unref()
authorAurelien DARRAGON <adarragon@haproxy.com>
Mon, 20 Mar 2023 14:09:33 +0000 (15:09 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 5 Apr 2023 06:58:17 +0000 (08:58 +0200)
commitfde199dddc4c795b20bceb3393a248d8c072b082
tree15a0bd9007d5998e3eebc4997edb506d927d015b
parent4fdf8b58f22be259e2c754fbd6846ede30524e62
CLEANUP: hlua: use hlua_unref() instead of luaL_unref()

Replacing some luaL_unref(, LUA_REGISTRYINDEX) calls with hlua_unref()
which is simpler to use and more explicit.
src/hlua.c