comparison src/buddy.c @ 3134:c05990414e2e

[gaim-migrate @ 3149] Group deletion fix. Thanks, Mark Doliner. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Fri, 12 Apr 2002 02:11:55 +0000
parents a2c6727e3c1b
children 1838f48a5f72
comparison
equal deleted inserted replaced
3133:a2c6727e3c1b 3134:c05990414e2e
878 (blist_options & OPT_BLIST_NO_MT_GRP)) { 878 (blist_options & OPT_BLIST_NO_MT_GRP)) {
879 shows = g_slist_remove(shows, gs); 879 shows = g_slist_remove(shows, gs);
880 gtk_tree_remove_item(GTK_TREE(buddies), gs->item); 880 gtk_tree_remove_item(GTK_TREE(buddies), gs->item);
881 g_free(gs->name); 881 g_free(gs->name);
882 g_free(gs); 882 g_free(gs);
883 gs = NULL;
883 } 884 }
884 } 885 }
885 } 886 }
886 } 887 }
887 if (gs) 888 if (gs)