diff --git a/lua-tg.c b/lua-tg.c index 5899e70..e61c9f5 100644 --- a/lua-tg.c +++ b/lua-tg.c @@ -1696,10 +1696,6 @@ static void do_interface_from_lua (struct command *command, int arg_num, struct } break; } - - if (args[i].flags & 1) { - free (args[i].str); - } }