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:
@@ -854,7 +854,7 @@ void
|
||||
plugin_unload_all ()
|
||||
{
|
||||
while (weechat_plugins)
|
||||
plugin_unload (weechat_plugins);
|
||||
plugin_unload (last_weechat_plugin);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user