pidgin/pidgin

[gaim-migrate @ 16016]

2006-04-12, Daniel Atallah
b41b3225c2ce
Parents 36b386194367
Children b077f2d6f20e
[gaim-migrate @ 16016]
Plug leak.
--- a/src/gtkblist.c Wed Apr 12 00:24:15 2006 +0000
+++ b/src/gtkblist.c Wed Apr 12 01:18:56 2006 +0000
@@ -3549,6 +3549,7 @@
enabled ? GAIM_CALLBACK(gaim_account_connect) :
GAIM_CALLBACK(ce_enable_account_cb));
}
+ g_free(primary);
gtk_widget_destroy(GTK_WIDGET(widget));
g_hash_table_remove(gtkblist->connection_errors, account);
}