Mercurial > pidgin
changeset 30936:8714c0bfa52a
It looks like this account proxy info is leaked, too.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Sun, 21 Nov 2010 10:01:18 +0000 |
parents | 2de522fa534a |
children | ccaa215ad56b |
files | libpurple/account.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/account.c Sun Nov 21 09:56:48 2010 +0000 +++ b/libpurple/account.c Sun Nov 21 10:01:18 2010 +0000 @@ -1087,6 +1087,9 @@ g_hash_table_destroy(account->settings); g_hash_table_destroy(account->ui_settings); + if (account->proxy_info) + purple_proxy_info_destroy(account->proxy_info); + purple_account_set_status_types(account, NULL); purple_presence_destroy(account->presence);