aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-05-13 19:24:34 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-05-13 19:24:34 +0800
commitda7c7d850d66ba98f9e31f3f54dd02d738b7a4c1 (patch)
tree4ba999c9ea109979c67bb9bad4ad353fe8d9c695 /calendar/ChangeLog
parent5a89dabc7cfff27beb866f4e10768f21629bbba4 (diff)
downloadgsoc2013-evolution-da7c7d850d66ba98f9e31f3f54dd02d738b7a4c1.tar
gsoc2013-evolution-da7c7d850d66ba98f9e31f3f54dd02d738b7a4c1.tar.gz
gsoc2013-evolution-da7c7d850d66ba98f9e31f3f54dd02d738b7a4c1.tar.bz2
gsoc2013-evolution-da7c7d850d66ba98f9e31f3f54dd02d738b7a4c1.tar.lz
gsoc2013-evolution-da7c7d850d66ba98f9e31f3f54dd02d738b7a4c1.tar.xz
gsoc2013-evolution-da7c7d850d66ba98f9e31f3f54dd02d738b7a4c1.tar.zst
gsoc2013-evolution-da7c7d850d66ba98f9e31f3f54dd02d738b7a4c1.zip
Fixes #57644.
2004-05-13 Not Zed <NotZed@Ximian.com> Fixes #57644. * gui/e-day-view.c (row_deleted_check_cb): strdup the uid, as below. (remove_uid_cb): and free it. * gui/e-week-view.c (row_deleted_check_cb): strdup the uid, 'cause otherwise it can go away later as we delete stuff. (remove_uid_cb): free the uid. svn path=/trunk/; revision=25897
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 5b47fe211d..4b950c5e4f 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,15 @@
2004-05-13 Not Zed <NotZed@Ximian.com>
+ Fixes #57644.
+
+ * gui/e-day-view.c (row_deleted_check_cb): strdup the uid, as
+ below.
+ (remove_uid_cb): and free it.
+
+ * gui/e-week-view.c (row_deleted_check_cb): strdup the uid, 'cause
+ otherwise it can go away later as we delete stuff.
+ (remove_uid_cb): free the uid.
+
* gui/e-week-view-event-item.c (e_week_view_event_item_draw): add
some array bounds checking as an attempt to isolate the crash in
#57644.