org.guifications.plugins: deb50ce99d36e5290f1528a8a26720de238c41ee

nosnilmot at guifications.org nosnilmot at guifications.org
Wed Mar 12 20:40:11 CDT 2008


-----------------------------------------------------------------
Revision: deb50ce99d36e5290f1528a8a26720de238c41ee
Ancestor: a2a92dd78d14b3d2c6868de692f3dec0b69367cc
Author: nosnilmot at guifications.org
Date: 2008-03-13T01:21:47
Branch: org.guifications.plugins

Modified files:
        switchspell/switchspell.c

ChangeLog: 

Leak fix

-----------------------------------------------------------------
This revision's diffstat output:
 switchspell.c |    1 +
 1 file changed, 1 insertion(+)
-------------- next part --------------
============================================================
--- switchspell/switchspell.c	2f3fc7b38e1ef2f10e72bc629663655dc513b84e
+++ switchspell/switchspell.c	d378a9ce5ff5d1b6e03ca2a91bca7d8adc6338e3
@@ -127,6 +127,7 @@ regenerate_switchspell_menu(PidginConver
 	delete_aspell_config(config);
 
 	dels = aspell_dict_info_list_elements(dlist);
+	aspell_dict_info_list_empty(dlist);
 	while ((entry = aspell_dict_info_enumeration_next(dels)) != 0) {
 		GtkWidget *menuitem = gtk_radio_menu_item_new_with_label(group, entry->name);
 		group = gtk_radio_menu_item_get_group(GTK_RADIO_MENU_ITEM(menuitem));


More information about the Plugins-commits mailing list