diff 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
line wrap: on
line diff
--- a/src/multi.c	Wed Oct 24 08:48:05 2001 +0000
+++ b/src/multi.c	Wed Oct 24 10:23:49 2001 +0000
@@ -107,6 +107,16 @@
 		}
 		g_free(m);
 	}
+	g = gc->permit;
+	while (g) {
+		g_free(g->data);
+		g = g_slist_remove(g, g->data);
+	}
+	g = gc->deny;
+	while (g) {
+		g_free(g->data);
+		g = g_slist_remove(g, g->data);
+	}
 	g_free(gc);
 #ifndef USE_APPLET
 	if (!connections && mainwindow)