[evolution-mapi] Really do not use deprecated camel_store_summary_info_free()



commit 9e601b07ddbbbe50e2a5a94297e7026012d11b27
Author: Milan Crha <mcrha redhat com>
Date:   Mon Aug 19 07:55:14 2013 +0200

    Really do not use deprecated camel_store_summary_info_free()

 src/camel/camel-mapi-store-summary.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/camel/camel-mapi-store-summary.c b/src/camel/camel-mapi-store-summary.c
index a3caf93..66c3f32 100644
--- a/src/camel/camel-mapi-store-summary.c
+++ b/src/camel/camel-mapi-store-summary.c
@@ -279,7 +279,7 @@ camel_mapi_store_summary_get_folder_id (CamelStoreSummary *s, mapi_id_t folder_i
                        */
                        if ((msi->mapi_folder_flags & CAMEL_MAPI_STORE_FOLDER_FLAG_PUBLIC_REAL) == 0) {
                                if (adept)
-                                       camel_store_summary_info_free (s, adept);
+                                       camel_store_summary_info_unref (s, adept);
 
                                adept = si;
                                camel_store_summary_info_ref (s, adept);


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