comparison ChangeLog @ 31736:462c19eb31d8

Remove duplicate calls to msn_slpmsg_set_slplink. This function is already called when a slpmsg is created, and calling it again will place the slpmsg on the slplink list an extra time. If the slpmsg is freed, then the first entry is removed, but the second remains, and can cause crashes due to invalid memory accesses. Fixes #14307.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Thu, 14 Jul 2011 05:54:10 +0000
parents c44f896d2676
children 15c227a35207 aeff9586f987
comparison
equal deleted inserted replaced
31735:7d08ac041588 31736:462c19eb31d8
10 Gadu-Gadu: 10 Gadu-Gadu:
11 * Fixed searching for buddies in public directory. (Tomasz Wasilczyk) 11 * Fixed searching for buddies in public directory. (Tomasz Wasilczyk)
12 (#5242) 12 (#5242)
13 * Better status message handling. (Tomasz Wasilczyk) (#14314) 13 * Better status message handling. (Tomasz Wasilczyk) (#14314)
14 * Merged two buddy blocking methods. (Tomasz Wasilczyk) (#5303) 14 * Merged two buddy blocking methods. (Tomasz Wasilczyk) (#5303)
15
16 MSN:
17 * Fix seemingly random crashing. (#14307)
15 18
16 XMPP: 19 XMPP:
17 * Do not generate malformed XML ("</>") when setting an empty mood. 20 * Do not generate malformed XML ("</>") when setting an empty mood.
18 (#14342) 21 (#14342)
19 22