fixed double free

This commit is contained in:
vvaltman 2015-05-06 15:15:09 +03:00
parent 9c13a7a491
commit 4f9cde9af7

View File

@ -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);
}
}