diff -r 5061721fd98f -r 6fd4989b77e4 libpurple/protocols/mxit/markup.c --- a/libpurple/protocols/mxit/markup.c Mon Dec 21 15:00:42 2015 -0500 +++ b/libpurple/protocols/mxit/markup.c Mon Dec 21 15:05:58 2015 -0500 @@ -258,8 +258,7 @@ if ( mx ) { if ( mx->msg ) g_string_free( mx->msg, TRUE ); - if ( mx->from ) - g_free( mx->from ); + g_free(mx->from); g_free( mx ); } }