1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 13:56:37 +02:00

Fix memory leak in script install

This commit is contained in:
Sebastien Helleu
2009-04-05 17:20:59 +02:00
parent 7f454586ea
commit 08a07c145a
+1
View File
@@ -863,6 +863,7 @@ script_action_install (struct t_weechat_plugin *weechat_plugin,
}
free (new_path);
}
free (name);
}
}
weechat_string_free_exploded (argv);