I presume you mean [this line](https://github.com/geany/geany-plugins/pull/652/files?diff=unified#diff-cb59...). Well its not going to be `g_free()` thats for memory allocated by Glib, the function is `lua_...` so its part of Lua, you need to read the Lua C interface to see what to do with it.