1
0
evolution-data-server/ical-fix-for-exchange-crasher.diff

11 lines
407 B
Diff

--- calendar/libecal/e-cal-component.c 2008-05-07 15:42:08.000000000 +0530
+++ calendar/libecal/e-cal-component.c 2008-05-07 15:43:05.000000000 +0530
@@ -532,6 +532,7 @@ scan_attachment (GSList **attachment_lis
attachment->prop = prop;
attachment->attach = icalproperty_get_attach (prop);
+ icalattach_ref (attachment->attach);
*attachment_list = g_slist_append (*attachment_list, attachment);
}