Wed, 02 Mar 2005 04:36:19 +0000
[gaim-migrate @ 12163]
These got committed to oldstatus, but not to HEAD
| src/protocols/msn/notification.c | file | annotate | diff | comparison | revisions | |
| src/protocols/yahoo/yahoochat.c | file | annotate | diff | comparison | revisions |
--- a/src/protocols/msn/notification.c Tue Mar 01 21:15:58 2005 +0000 +++ b/src/protocols/msn/notification.c Wed Mar 02 04:36:19 2005 +0000 @@ -972,9 +972,10 @@ g_free(session->passport_info.file); session->passport_info.file = NULL; } +#ifdef _WIN32 else { - /* + /* * Renaming file with .html extension, so that the * win32 open_url will work. */ @@ -989,11 +990,12 @@ { g_free(session->passport_info.file); session->passport_info.file = tmp; - } + } else g_free(tmp); } } +#endif } } /**************************************************************************
--- a/src/protocols/yahoo/yahoochat.c Tue Mar 01 21:15:58 2005 +0000 +++ b/src/protocols/yahoo/yahoochat.c Wed Mar 02 04:36:19 2005 +0000 @@ -1391,7 +1391,7 @@ for (; l; l = l->next) { yahoo_roomlist_destroy(l->data); - gaim_roomlist_unref(l->data); + gaim_roomlist_unref(list); } g_list_free(k); } @@ -1431,6 +1431,7 @@ { gaim_notify_error(gaim_account_get_connection(list->account), NULL, _("Connection problem"), _("Unable to fetch room list.")); + gaim_roomlist_ref(list); yahoo_roomlist_cleanup(list, yrl); return; }