Mercurial > pidgin
comparison ChangeLog @ 28422:44cbfcaf9e3a
Fix a crash when sending OIMs on MSN. The callback function used after
updating the token was incorrectly defined with void return and could be
called again after the timeout (as would normally happen for timeouts that
return TRUE).
Thanks to Sadrul for getting a good backtrace and finding the real cause.
Fixes #8155.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Sat, 24 Oct 2009 07:53:02 +0000 |
parents | eec2df4b9a2d |
children | 3e6b997b475d |
comparison
equal
deleted
inserted
replaced
28421:a335d1bab20e | 28422:44cbfcaf9e3a |
---|---|
14 MSN: | 14 MSN: |
15 * Don't forget display names for buddies. | 15 * Don't forget display names for buddies. |
16 * Fix a random crash that might occur when idle. | 16 * Fix a random crash that might occur when idle. |
17 * Fix more FQY 240 connection errors. | 17 * Fix more FQY 240 connection errors. |
18 * Fix a crash that could occur when adding a buddy. | 18 * Fix a crash that could occur when adding a buddy. |
19 * Fix an occasional crash when sending message to an offline user. | |
19 | 20 |
20 XMPP: | 21 XMPP: |
21 * Users connecting to Google Talk now have an "Initiate Chat" context menu | 22 * Users connecting to Google Talk now have an "Initiate Chat" context menu |
22 option for their buddies. (Eion Robb) | 23 option for their buddies. (Eion Robb) |
23 * Fix a crash when attempting to validate an invalid JID. | 24 * Fix a crash when attempting to validate an invalid JID. |