diff --git a/source/main.c b/source/main.c index cadec6d..194ed45 100644 --- a/source/main.c +++ b/source/main.c @@ -48,6 +48,9 @@ int main() { // Do the actual thing if (luaL_dofile(L, BOOT_FILE)) error(luaL_checkstring(L, -1)); + // Unload Lua + lua_close(L); + // Unload current font unload_font_lib();