Fix a problem in modest_text_utils_convert_buffer_to_html_start()
[modest] / tests / check_update-account.c
index 70191d0..3039e91 100644 (file)
@@ -97,6 +97,9 @@ func (gpointer_data)
                modest_mail_operation_queue_add (queue, mail_op);
 
        g_object_unref (G_OBJECT (mail_op));
+       
+       if (account)
+               g_object_unref (account);
 
        return FALSE;
 }