pidgin: eaeb839d: It looks like this account proxy info is...
qulogic at pidgin.im
qulogic at pidgin.im
Sun Nov 21 05:07:51 EST 2010
----------------------------------------------------------------------
Revision: eaeb839d23b9ccd56b6f8b0f9e014d57c273f5bf
Parent: a3f22a3cf406cfe814afbcdbc5e6ff17144f972f
Author: qulogic at pidgin.im
Date: 11/21/10 05:01:18
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/eaeb839d23b9ccd56b6f8b0f9e014d57c273f5bf
Changelog:
It looks like this account proxy info is leaked, too.
Changes against parent a3f22a3cf406cfe814afbcdbc5e6ff17144f972f
patched libpurple/account.c
-------------- next part --------------
============================================================
--- libpurple/account.c eab75586989ab875e02fcebe59b46e44306a6882
+++ libpurple/account.c fc325241ba835c68c655ad8fff1f3e9e5ac39033
@@ -1087,6 +1087,9 @@ purple_account_destroy(PurpleAccount *ac
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);
More information about the Commits
mailing list