# HG changeset patch # User Daniel Atallah # Date 1128402182 0 # Node ID cdab645d1ad62da8e0e19188d1b5907ae2d0b250 # Parent 243dd81341a722340cc137370e70d177f075af46 [gaim-migrate @ 13878] Fix the crashing that I caused. This restores the situation where the slpcall isn't being cleaned up for the transfer, but I figured out that the reason is that we're not dealing with the "Data Acknowledgement Message" - that is what needs to trigger the cleanup. I'll get to it later. committer: Tailor Script diff -r 243dd81341a7 -r cdab645d1ad6 src/protocols/msn/slplink.c --- a/src/protocols/msn/slplink.c Tue Oct 04 02:48:25 2005 +0000 +++ b/src/protocols/msn/slplink.c Tue Oct 04 05:03:02 2005 +0000 @@ -285,8 +285,6 @@ if (slpmsg->slpcall->cb) slpmsg->slpcall->cb(slpmsg->slpcall, NULL, 0); - - msn_slp_call_destroy(slpmsg->slpcall); } } }