aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/msn/sb.c
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/msn/sb.c')
-rw-r--r--protocols/msn/sb.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/msn/sb.c b/protocols/msn/sb.c
index d0412961..a9f3838f 100644
--- a/protocols/msn/sb.c
+++ b/protocols/msn/sb.c
@@ -518,11 +518,10 @@ static int msn_sb_command(struct msn_handler_data *handler, char **cmd, int num_
st = msn_sb_sendmessage(sb, m->text);
}
}
+ sb->msgq = g_slist_remove(sb->msgq, m);
g_free(m->text);
g_free(m->who);
g_free(m);
-
- sb->msgq = g_slist_remove(sb->msgq, m);
}
msn_sb_start_keepalives(sb, FALSE);