From 43ccbdd2a56d64a70fb30a13b42c25f394ce7cb2 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Wed, 11 May 2011 16:57:58 +0200 Subject: Bug #649952 - Do not unref result of camel_session_get_service() --- mail/mail-ops.c | 1 - 1 file changed, 1 deletion(-) (limited to 'mail/mail-ops.c') diff --git a/mail/mail-ops.c b/mail/mail-ops.c index 8288ac2fd9..d6507ec4c3 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -2408,7 +2408,6 @@ check_service_exec (struct _check_msg *m, m->authtypes = camel_service_query_auth_types_sync ( service, cancellable, error); - g_object_unref (service); } static void -- cgit v1.2.3