[gaim-migrate @ 2169]

Thu, 23 Aug 2001 18:45:13 +0000

author
Eric Warmenhoven <warmenhoven@yahoo.com>
date
Thu, 23 Aug 2001 18:45:13 +0000
changeset 2159
0fdce33afc96
parent 2158
76fdbca877a0
child 2160
7a6cac9f5fbb

[gaim-migrate @ 2169]
whoops. forgot about this case.

src/multi.c file | annotate | diff | comparison | revisions
--- a/src/multi.c	Wed Aug 22 23:57:36 2001 +0000
+++ b/src/multi.c	Thu Aug 23 18:45:13 2001 +0000
@@ -495,6 +495,14 @@
 
 		char buf[256];
 
+		if (u && u->opt_entries) {
+			g_list_free(u->opt_entries);
+			u->opt_entries = NULL;
+		} else if (!u && tmpusr.opt_entries) {
+			g_list_free(tmpusr.opt_entries);
+			tmpusr.opt_entries = NULL;
+		}
+
 		vbox = gtk_vbox_new(FALSE, 5);
 		gtk_container_set_border_width(GTK_CONTAINER(vbox), 5);
 		g_snprintf(buf, sizeof(buf), "%s Options", (*p->name)());

mercurial