From a2ee1a5c0b5ccead0b3737c60008233a55781435 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Sat, 11 Aug 2001 00:04:51 +0000 Subject: oops, take out the g_asserts svn path=/trunk/; revision=11906 --- mail/mail-ops.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'mail') diff --git a/mail/mail-ops.c b/mail/mail-ops.c index 5af610aee3..f300a3359f 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -507,7 +507,6 @@ mail_send_message(CamelMimeMessage *message, const char *destination, CamelFilte } xport = camel_session_get_transport (session, transport_url ? transport_url : destination, ex); - g_assert (CAMEL_OBJECT (xport)->ref_count == 1); g_free (transport_url); if (!xport) { g_free (sent_folder_uri); @@ -515,7 +514,6 @@ mail_send_message(CamelMimeMessage *message, const char *destination, CamelFilte } camel_transport_send (xport, CAMEL_MEDIUM (message), ex); - g_assert (CAMEL_OBJECT (xport)->ref_count == 1); camel_object_unref (CAMEL_OBJECT (xport)); if (camel_exception_is_set (ex)) { g_free (sent_folder_uri); -- cgit v1.2.3