--- a/libpurple/protocols/mxit/roster.c Fri Apr 11 20:08:22 2014 +0200 +++ b/libpurple/protocols/mxit/roster.c Fri Apr 11 20:51:11 2014 +0200 @@ -602,6 +602,8 @@ g_free( invite->contact->statusMsg ); if ( invite->contact->profile ) g_free( invite->contact->profile ); + if (invite->contact->image) + g_object_unref(invite->contact->image); g_free( invite->contact ); g_free( invite ); } @@ -631,6 +633,8 @@ g_free( invite->contact->statusMsg ); if ( invite->contact->profile ) g_free( invite->contact->profile ); + if (invite->contact->image) + g_object_unref(invite->contact->image); g_free( invite->contact ); g_free( invite ); }