# HG changeset patch # User Mark Doliner # Date 1265618138 0 # Node ID 24f371e16a5178496f80a13b414e3c9c4da31b7b # Parent f3d2a46a5ea8afc0990112287d4cfa153a8f6642 We just allocated slpmsg, so of course slpmsg->slpcall will be NULL here diff -r f3d2a46a5ea8 -r 24f371e16a51 libpurple/protocols/msn/slplink.c --- a/libpurple/protocols/msn/slplink.c Mon Feb 08 08:26:12 2010 +0000 +++ b/libpurple/protocols/msn/slplink.c Mon Feb 08 08:35:38 2010 +0000 @@ -528,9 +528,7 @@ if (slpmsg->session_id) { - if (slpmsg->slpcall == NULL) - slpmsg->slpcall = msn_slplink_find_slp_call_with_session_id(slplink, slpmsg->session_id); - + slpmsg->slpcall = msn_slplink_find_slp_call_with_session_id(slplink, slpmsg->session_id); if (slpmsg->slpcall != NULL) { if (slpmsg->flags == 0x20 ||