Fixes a memory leak.
authorChenthill Palanisamy <pchen@src.gnome.org>
Fri, 11 Aug 2006 08:08:10 +0000 (08:08 +0000)
committerChenthill Palanisamy <pchen@src.gnome.org>
Fri, 11 Aug 2006 08:08:10 +0000 (08:08 +0000)
calendar/ChangeLog
calendar/backends/groupwise/e-cal-backend-groupwise-utils.c

index 536778b..2815679 100644 (file)
@@ -1,3 +1,9 @@
+2006-08-11  Chenthill Palanisamy  <pchenthill@novell.com>
+
+       * backends/groupwise/e-cal-backend-groupwise-utils.c:
+       (set_attendees_to_item): removed the g_message.
+       (e_cal_backend_groupwise_store_settings):unref the source_list.
+
 2006-08-07  Harish Krishnaswamy  <kharish@novell.com>
 
        * backends/groupwise/e-cal-backend-groupwise.c: 
index 65f6d63..a980825 100644 (file)
@@ -369,7 +369,6 @@ set_attendees_to_item (EGwItem *item, ECalComponent *comp, icaltimezone *default
                                        recipient->type = E_GW_ITEM_RECIPIENT_TO;
 
                                        recipient_list = g_slist_prepend (recipient_list, recipient);
-                                       g_message (" email is %s \n", *iter);
                                        iter++;
                                }
 
@@ -2022,6 +2021,7 @@ e_cal_backend_groupwise_store_settings (EGwSendOptions *opts, ECalBackendGroupwi
        }       
 
        g_object_unref (gconf);
+       g_object_unref (source_list);
 }
 
 gboolean