commit | fde199dddc4c795b20bceb3393a248d8c072b082 | [log] [tgz] |
---|---|---|
author | Aurelien DARRAGON <adarragon@haproxy.com> | Mon Mar 20 15:09:33 2023 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 05 08:58:17 2023 +0200 |
tree | 15a0bd9007d5998e3eebc4997edb506d927d015b | |
parent | 4fdf8b58f22be259e2c754fbd6846ede30524e62 [diff] |
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.