changeset 11607:cdab645d1ad6

[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 <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Tue, 04 Oct 2005 05:03:02 +0000
parents 243dd81341a7
children 5e3f07172dab
files src/protocols/msn/slplink.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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);
 			}
 		}
 	}