2005-01-17 [thorsten] 1.0.0cvs1
[claws.git] / src / gtk / pluginwindow.c
index 2335873a297e16b9f07d653e89714d8cbf326ca8..202560a137b6fa5c03f56e70a1ade603e5b85509 100644 (file)
@@ -75,6 +75,7 @@ static void set_plugin_list(PluginWindow *pluginwindow)
 
        if (pluginwindow->selected_plugin == NULL)
                gtk_clist_select_row (clist, 0, -1);
+       g_slist_free(plugins);
 }
 
 static void select_row_cb(GtkCList *clist, gint row, gint column,
@@ -128,7 +129,7 @@ static void load_cb(GtkButton *button, PluginWindow *pluginwindow)
                g_free(error);
        }
 
-       set_plugin_list(pluginwindow);          
+       set_plugin_list(pluginwindow);
 }
 
 static gboolean pluginwindow_key_pressed(GtkWidget *widget, GdkEventKey *event,