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:
@@ -863,6 +863,7 @@ script_action_install (struct t_weechat_plugin *weechat_plugin,
|
||||
}
|
||||
free (new_path);
|
||||
}
|
||||
free (name);
|
||||
}
|
||||
}
|
||||
weechat_string_free_exploded (argv);
|
||||
|
||||
Reference in New Issue
Block a user