]> git.ipfire.org Git - people/ms/libloc.git/commit
lua: Don't try to free memory that was allocated by Lua
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 22 Feb 2024 15:13:41 +0000 (15:13 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 22 Feb 2024 15:13:41 +0000 (15:13 +0000)
commit75448a0237a915ebb3147ed6de4deedb7c756527
tree134dae19b92ef97faba1b0fe0f09442025873768
parentd77d3c8dbf08b4f2cc9a3eaa589d5a8667dcba31
lua: Don't try to free memory that was allocated by Lua

The userdata that we have allocated cannot be freed as we don't have
control over it.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/lua/country.c
src/lua/database.c
src/lua/network.c