--- a/libpurple/protocols/mxit/roster.c Fri Apr 11 16:23:12 2014 +0530 +++ b/libpurple/protocols/mxit/roster.c Tue Apr 15 20:01:46 2014 +0530 @@ -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 ); }