pidgin: 94fa0179: And another one of those reverse links. ...

qulogic at pidgin.im qulogic at pidgin.im
Fri May 28 20:15:47 EDT 2010


-----------------------------------------------------------------
Revision: 94fa017925fa206fc36f520ee42c54f57429b4e1
Ancestor: 3a5b66b889bbbc9a205caa41ca48bad7daba53f7
Author: qulogic at pidgin.im
Date: 2010-05-29T00:01:03
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/94fa017925fa206fc36f520ee42c54f57429b4e1

Modified files:
        libpurple/protocols/msn/slplink.c

ChangeLog: 

And another one of those reverse links. We don't want dc to automatically
destroy the slplink here because all we did was remove a slpcall from it.

-------------- next part --------------
============================================================
--- libpurple/protocols/msn/slplink.c	3e78ff988727dc7e9bab0c22e4fac765fa669869
+++ libpurple/protocols/msn/slplink.c	f12e3621f9579b9a09eaf2c6d28fbc212831609a
@@ -215,6 +215,7 @@ msn_slplink_remove_slpcall(MsnSlpLink *s
 
 	/* The slplink has no slpcalls in it, release it from the DC. */
 	if (slplink->slp_calls == NULL && slplink->dc != NULL) {
+		slplink->dc->slplink = NULL;
 		msn_dc_destroy(slplink->dc);
 		slplink->dc = NULL;
 	}


More information about the Commits mailing list