[evolution-mapi] Adapt to CamelSession API changes.



commit ea0b59b45b1489ae4f159e93df54064794bba572
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sun Aug 12 09:15:41 2012 -0400

    Adapt to CamelSession API changes.

 src/camel/camel-mapi-transport.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/camel/camel-mapi-transport.c b/src/camel/camel-mapi-transport.c
index 80b067f..d22aaac 100644
--- a/src/camel/camel-mapi-transport.c
+++ b/src/camel/camel-mapi-transport.c
@@ -124,7 +124,7 @@ mapi_send_to_sync (CamelTransport *transport,
 			}
 		}
 
-		g_list_free (services);
+		g_list_free_full (services, (GDestroyNotify) g_object_unref);
 	}
 
 	conn = e_mapi_connection_find (profile);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]