* Fixes NB#87102, add the signature to the forwarded mails that include the original...
[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;
 }