Mercurial > pidgin
changeset 13629:3275a0f675e2
[gaim-migrate @ 16016]
Plug leak.
committer: Tailor Script <tailor@pidgin.im>
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Wed, 12 Apr 2006 01:18:56 +0000 |
parents | 5773f46e6bdf |
children | bbc56ff2bd62 |
files | src/gtkblist.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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); }