--- a/libpurple/protocols/msn/slplink.c Sat May 03 21:03:13 2008 +0000 +++ b/libpurple/protocols/msn/slplink.c Sat May 03 23:51:43 2008 +0000 @@ -101,11 +101,8 @@ session = slplink->session; - if (slplink->local_user != NULL) - g_free(slplink->local_user); - - if (slplink->remote_user != NULL) - g_free(slplink->remote_user); + g_free(slplink->local_user); + g_free(slplink->remote_user); #if 0 if (slplink->directconn != NULL)