evolution-data-server r8590 - in trunk/calendar: . backends/groupwise



Author: mcrha
Date: Thu Mar 27 12:16:56 2008
New Revision: 8590
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=8590&view=rev

Log:
2008-03-27  Milan Crha  <mcrha redhat com>

	** Fix for bug #523126

	* backends/groupwise/e-cal-backend-groupwise.c: (get_deltas):
	Initialize variable to NULL, so do not free random memory.



Modified:
   trunk/calendar/ChangeLog
   trunk/calendar/backends/groupwise/e-cal-backend-groupwise.c

Modified: trunk/calendar/backends/groupwise/e-cal-backend-groupwise.c
==============================================================================
--- trunk/calendar/backends/groupwise/e-cal-backend-groupwise.c	(original)
+++ trunk/calendar/backends/groupwise/e-cal-backend-groupwise.c	Thu Mar 27 12:16:56 2008
@@ -539,7 +539,7 @@
 
 		if (calid->recur_key && calid->ical_id) {
 			const char *rid = NULL;
-			char *temp;
+			char *temp = NULL;
 			icaltimetype tt = icaltime_from_string (calid->ical_id);
 			if (!tt.is_date) {
 				tt = icaltime_convert_to_zone (tt, priv->default_zone);



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