# HG changeset patch # User Mark Doliner # Date 1138066156 0 # Node ID a0e53af77e49e55799c9d43b87315b8811b8b82e # Parent 880508a534cd3b041e82d4eaad8c6b3be5df6c57 [gaim-migrate @ 15380] Should fix some kind of icon thing, patch from evands with help from Bleeter, I think committer: Tailor Script diff -r 880508a534cd -r a0e53af77e49 src/protocols/msn/slpcall.c --- a/src/protocols/msn/slpcall.c Tue Jan 24 01:26:36 2006 +0000 +++ b/src/protocols/msn/slpcall.c Tue Jan 24 01:29:16 2006 +0000 @@ -112,11 +112,12 @@ } } - msn_slplink_remove_slpcall(slpcall->slplink, slpcall); - + /* Call the end_cb before removing the slpcall, as the end_cb may need the slplink */ if (slpcall->end_cb != NULL) slpcall->end_cb(slpcall); + msn_slplink_remove_slpcall(slpcall->slplink, slpcall); + g_free(slpcall); }