1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 14:56:39 +02:00

Reverse order for unloading plugins (fixes crash on FreeBSD)

This commit is contained in:
Sebastien Helleu
2006-01-14 12:09:04 +00:00
parent 83852ca3ab
commit f6d46b8792
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -854,7 +854,7 @@ void
plugin_unload_all ()
{
while (weechat_plugins)
plugin_unload (weechat_plugins);
plugin_unload (last_weechat_plugin);
}
/*