evolution-data-server r8591 - in branches/gnome-2-22/calendar: . backends/groupwise
- From: mcrha svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-data-server r8591 - in branches/gnome-2-22/calendar: . backends/groupwise
- Date: Thu, 27 Mar 2008 12:17:10 +0000 (GMT)
Author: mcrha
Date: Thu Mar 27 12:17:10 2008
New Revision: 8591
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=8591&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:
branches/gnome-2-22/calendar/ChangeLog
branches/gnome-2-22/calendar/backends/groupwise/e-cal-backend-groupwise.c
Modified: branches/gnome-2-22/calendar/backends/groupwise/e-cal-backend-groupwise.c
==============================================================================
--- branches/gnome-2-22/calendar/backends/groupwise/e-cal-backend-groupwise.c (original)
+++ branches/gnome-2-22/calendar/backends/groupwise/e-cal-backend-groupwise.c Thu Mar 27 12:17:10 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]