comparison src/multi.c @ 2597:2ced57c58653

[gaim-migrate @ 2610] you're the one that i want (you're the one i wa-ant) oo oo oo you're all i need oh yes indeed committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 24 Oct 2001 10:23:49 +0000
parents c2abbf94b93d
children e0d4a23aac89
comparison
equal deleted inserted replaced
2596:35c23df11d16 2597:2ced57c58653
104 n = (struct buddy *)h->data; 104 n = (struct buddy *)h->data;
105 h = g_slist_remove(h, n); 105 h = g_slist_remove(h, n);
106 g_free(n); 106 g_free(n);
107 } 107 }
108 g_free(m); 108 g_free(m);
109 }
110 g = gc->permit;
111 while (g) {
112 g_free(g->data);
113 g = g_slist_remove(g, g->data);
114 }
115 g = gc->deny;
116 while (g) {
117 g_free(g->data);
118 g = g_slist_remove(g, g->data);
109 } 119 }
110 g_free(gc); 120 g_free(gc);
111 #ifndef USE_APPLET 121 #ifndef USE_APPLET
112 if (!connections && mainwindow) 122 if (!connections && mainwindow)
113 gtk_widget_show(mainwindow); 123 gtk_widget_show(mainwindow);