# HG changeset patch # User Elliott Sales de Andrade # Date 1234731085 0 # Node ID 201789d2f003b17bb98bccbdebd03c2f81f955e3 # Parent 8387f195c4afcda252dd0618972beb8abf437fd5 Comment out this extra string until we need it (if ever). diff -r 8387f195c4af -r 201789d2f003 libpurple/protocols/msn/session.c --- a/libpurple/protocols/msn/session.c Sun Feb 15 20:43:41 2009 +0000 +++ b/libpurple/protocols/msn/session.c Sun Feb 15 20:51:25 2009 +0000 @@ -91,7 +91,9 @@ g_free(session->psm); +#if 0 g_free(session->blocked_text); +#endif g_free(session->passport_info.kv); g_free(session->passport_info.sid); diff -r 8387f195c4af -r 201789d2f003 libpurple/protocols/msn/session.h --- a/libpurple/protocols/msn/session.h Sun Feb 15 20:43:41 2009 +0000 +++ b/libpurple/protocols/msn/session.h Sun Feb 15 20:51:25 2009 +0000 @@ -94,11 +94,10 @@ gboolean http_method; MsnNotification *notification; - MsnNexus *nexus; - MsnOim *oim; - MsnSync *sync; - - MsnUserList *userlist; + MsnNexus *nexus; + MsnOim *oim; + MsnSync *sync; + MsnUserList *userlist; int servconns_count; /**< The count of server connections. */ GList *switches; /**< The list of all the switchboards. */ @@ -107,7 +106,9 @@ /*psm info*/ char *psm; +#if 0 char *blocked_text; +#endif struct {