Mercurial > pidgin.yaz
comparison src/protocols/msn/slplink.c @ 10284:f776e117c17b
[gaim-migrate @ 11454]
Several MSN memory leaks identified and fixed by Miah Gregory and Felipe
Contreras, plus my own fix for bug 1075347.
As normal, thank them for fixes, blame me for breakages.
Did I mention the new MSN icon? It rocks!
committer: Tailor Script <tailor@pidgin.im>
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Wed, 01 Dec 2004 02:30:47 +0000 |
parents | ecf3ce2e2ab1 |
children | a7b2fd5efcf2 |
comparison
equal
deleted
inserted
replaced
10283:60d2e2bad26b | 10284:f776e117c17b |
---|---|
349 | 349 |
350 msg->ack_cb = msg_ack; | 350 msg->ack_cb = msg_ack; |
351 msg->ack_data = slpmsg; | 351 msg->ack_data = slpmsg; |
352 | 352 |
353 msn_slplink_send_msgpart(slplink, slpmsg); | 353 msn_slplink_send_msgpart(slplink, slpmsg); |
354 | |
355 msn_message_destroy(msg); | |
354 } | 356 } |
355 | 357 |
356 void | 358 void |
357 msn_slplink_queue_slpmsg(MsnSlpLink *slplink, MsnSlpMessage *slpmsg) | 359 msn_slplink_queue_slpmsg(MsnSlpLink *slplink, MsnSlpMessage *slpmsg) |
358 { | 360 { |