soc.2008.yahoo: c2560335: remove p2p keepalive timer at logout
sulabh at soc.pidgin.im
sulabh at soc.pidgin.im
Wed Aug 20 17:46:09 EDT 2008
-----------------------------------------------------------------
Revision: c256033569aa86fd492712ddfe7453b5108aa8e8
Ancestor: df0f1863e6996c97ef4e7a9b57c57876b6a61e43
Author: sulabh at soc.pidgin.im
Date: 2008-08-20T21:37:09
Branch: im.pidgin.soc.2008.yahoo
URL: http://d.pidgin.im/viewmtn/revision/info/c256033569aa86fd492712ddfe7453b5108aa8e8
Modified files:
libpurple/protocols/yahoo/yahoo.c
ChangeLog:
remove p2p keepalive timer at logout
-------------- next part --------------
============================================================
--- libpurple/protocols/yahoo/yahoo.c 3a961bd5f75a86b11d593c49e2df5aef151b0bf2
+++ libpurple/protocols/yahoo/yahoo.c 38de8400f3874693632bc063dcd59fc22abef97f
@@ -3615,6 +3615,8 @@ static void yahoo_close(PurpleConnection
if (yd->in_chat)
yahoo_c_leave(gc, 1); /* 1 = YAHOO_CHAT_ID */
+ purple_timeout_remove(yd->yahoo_p2p_timer);
+
g_hash_table_destroy(yd->sms_carrier);
g_hash_table_destroy(yd->peers);
g_hash_table_destroy(yd->friends);
More information about the Commits
mailing list