aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
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.