diff libpurple/protocols/msn/session.c @ 23522:fd124c21ebb7

Properly parse (most of) the MSN GCF command. Provides a <Account>->"View Blocked Text" dialog showing the regular expressions that the MSN servers are currently blocking. For the people who were wondering why their messages were never received.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sun, 15 Jun 2008 06:55:21 +0000
parents 1b98e2090a71
children fd276936164f
line wrap: on
line diff
--- a/libpurple/protocols/msn/session.c	Sun Jun 15 06:22:25 2008 +0000
+++ b/libpurple/protocols/msn/session.c	Sun Jun 15 06:55:21 2008 +0000
@@ -72,6 +72,9 @@
 	msn_userlist_destroy(session->userlist);
 
 	g_free(session->psm);
+
+	g_free(session->blocked_text);
+
 	g_free(session->passport_info.kv);
 	g_free(session->passport_info.sid);
 	g_free(session->passport_info.mspauth);