evolution-data-server r8770 - in trunk/calendar: . libecal



Author: lakhil
Date: Fri May  9 05:58:19 2008
New Revision: 8770
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=8770&view=rev

Log:
Committing on behalf of Chenthill Palanisamy  <pchenthill novell com>

2008-05-09  Chenthill Palanisamy  <pchenthill novell com>

       ** Fixes part of #382736 (bnc) 

       * libecal/e-cal-component.c: (scan_attachment): Exchange crashed 
       everytime at start up. This patch helps fixing it.



Modified:
   trunk/calendar/ChangeLog
   trunk/calendar/libecal/e-cal-component.c

Modified: trunk/calendar/libecal/e-cal-component.c
==============================================================================
--- trunk/calendar/libecal/e-cal-component.c	(original)
+++ trunk/calendar/libecal/e-cal-component.c	Fri May  9 05:58:19 2008
@@ -532,6 +532,7 @@
 	attachment->prop = prop;
 
 	attachment->attach = icalproperty_get_attach (prop);
+	icalattach_ref (attachment->attach);
 
 	*attachment_list = g_slist_append (*attachment_list, attachment);
 }



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