[evolution-ews] Move the exit label a little below to make it more relevant.



commit 23a5203f5a8385b5f7cf515af2c9342b55d56854
Author: Chenthill Palanisamy <pchenthill novell com>
Date:   Mon Sep 12 12:50:41 2011 +0530

    Move the exit label a little below to make it more relevant.

 src/calendar/e-cal-backend-ews.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/calendar/e-cal-backend-ews.c b/src/calendar/e-cal-backend-ews.c
index 514a272..4246a2a 100644
--- a/src/calendar/e-cal-backend-ews.c
+++ b/src/calendar/e-cal-backend-ews.c
@@ -1713,11 +1713,12 @@ ews_cal_modify_object_cb (GObject *object, GAsyncResult *res, gpointer user_data
 
 	e_cal_backend_store_thaw_changes (priv->store);
 
-exit:
 	icalproperty_free (icalprop);
 	e_cal_component_free_id (id);
 	g_free(comp_str);
 	g_free(comp_str_old);
+
+exit:
 	g_free(modify_data->itemid);
 	g_free(modify_data->changekey);
 	g_object_unref(modify_data->comp);



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