# HG changeset patch # User Richard Laager # Date 1141090201 0 # Node ID 3e87f0c5287d39f77c390dcb31f6f2f69ab99616 # Parent bd981bf1a663713f121138d628af362f3c078927 [gaim-migrate @ 15713] SF Patch #1439873 from Sadrul "Open a conversation with someone in yahoo. Now with the conversation tab open, disconnect/reconnect or disable/enable the account a few times. Gaim may crash. This is because yahoo doesn't set the proto_data of the connection to NULL after it _close()es the connection. All other prpls (i looked in msn, oscar, jabber, sametime) set it to NULL after freeing the data." committer: Tailor Script diff -r bd981bf1a663 -r 3e87f0c5287d src/protocols/yahoo/yahoo.c --- a/src/protocols/yahoo/yahoo.c Tue Feb 28 01:27:12 2006 +0000 +++ b/src/protocols/yahoo/yahoo.c Tue Feb 28 01:30:01 2006 +0000 @@ -2652,6 +2652,7 @@ ycht_connection_close(yd->ycht); g_free(yd); + gc->proto_data = NULL; } static const char *yahoo_list_icon(GaimAccount *a, GaimBuddy *b)