Commit 4f9cde9a authored by vvaltman's avatar vvaltman

fixed double free

parent 9c13a7a4
......@@ -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);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment