--- a/src/plugins.c Thu Sep 13 22:25:25 2001 +0000
+++ b/src/plugins.c Thu Sep 13 22:57:53 2001 +0000
@@ -515,6 +515,8 @@
load_plugin(file);
/* Try and reselect the plugin in list */
+ if (!pluglist)
+ return;
plugs = plugins;
while (plugs) {
plug = plugs->data;