Mercurial > pidgin
comparison src/protocols/msn/cmdproc.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 | bcfea6c3d5c9 |
| children | 995aea35b05c |
comparison
equal
deleted
inserted
replaced
| 10503:776586d647e3 | 10504:1a97d5e88d12 |
|---|---|
| 47 msn_transaction_destroy(trans); | 47 msn_transaction_destroy(trans); |
| 48 | 48 |
| 49 g_queue_free(cmdproc->txqueue); | 49 g_queue_free(cmdproc->txqueue); |
| 50 | 50 |
| 51 msn_history_destroy(cmdproc->history); | 51 msn_history_destroy(cmdproc->history); |
| 52 | |
| 53 if (cmdproc->last_cmd != NULL) | |
| 54 msn_command_destroy(cmdproc->last_cmd); | |
| 55 | |
| 52 g_free(cmdproc); | 56 g_free(cmdproc); |
| 53 } | 57 } |
| 54 | 58 |
| 55 void | 59 void |
| 56 msn_cmdproc_process_queue(MsnCmdProc *cmdproc) | 60 msn_cmdproc_process_queue(MsnCmdProc *cmdproc) |
