comparison src/protocols/yahoo/yahoochat.c @ 10504:1a97d5e88d12

[gaim-migrate @ 11796] Lots of things here: - Several memory leak fixes - A few invalid memory access fixes - Fix a yahoo crash going idle when away - Fix Add user in chats to actually fill in the screenname - Add gaim_account_{get,set}_enabled to perl - Fix command priorities (fixes /me in IRC) - Fix MSN notification server transfer to be quiet about it - Fix MSN blist sync if user has insane friendly name - Make the docklet less crash-happy if it fails to embed in 3 seconds - Only probe for native plugins with the correct file extension - 1 typo fix :) ... and quite possibly something else I forgot. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Tue, 11 Jan 2005 17:25:06 +0000
parents 45a0a07e8b25
children 96307e1a47c9
comparison
equal deleted inserted replaced
10503:776586d647e3 10504:1a97d5e88d12
1063 g_free(yrl->path); 1063 g_free(yrl->path);
1064 if (yrl->host) 1064 if (yrl->host)
1065 g_free(yrl->host); 1065 g_free(yrl->host);
1066 if (yrl->parse) 1066 if (yrl->parse)
1067 g_markup_parse_context_free(yrl->parse); 1067 g_markup_parse_context_free(yrl->parse);
1068 g_free(yrl);
1068 } 1069 }
1069 1070
1070 enum yahoo_room_type { 1071 enum yahoo_room_type {
1071 yrt_yahoo, 1072 yrt_yahoo,
1072 yrt_user, 1073 yrt_user,