diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2004-12-02 21:14:21 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2004-12-02 21:14:21 +0800 |
commit | 2f70359db9a97a8e3f13d0ee9970d93a139f839e (patch) | |
tree | ada1e1d9f6106339b1f852b911ccdaf14ecbf23f /calendar/ChangeLog | |
parent | e403b9e4391b3ee6d40d6806dbb880937d335658 (diff) | |
download | gsoc2013-evolution-2f70359db9a97a8e3f13d0ee9970d93a139f839e.tar.gz gsoc2013-evolution-2f70359db9a97a8e3f13d0ee9970d93a139f839e.tar.zst gsoc2013-evolution-2f70359db9a97a8e3f13d0ee9970d93a139f839e.zip |
Free the string day_view->last_edited_comp_string before changing
2004-12-02 Chenthill Palanisamy <pchenthill@novell.com>
* gui/e-day-view.c (e_day_view_finish_resize), (e_day_view_reshape_day_event)
(e_day_view_change_event_time): Free the string day_view->last_edited_comp_string
before changing assigning it another value.
* gui/e-week-view.c (e_week_view_change_event_time): Free the string
week_view->last_edited_comp_string for the same reason above.
svn path=/trunk/; revision=28042
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 303ee28e39..4a5447e710 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,11 @@ +2004-12-02 Chenthill Palanisamy <pchenthill@novell.com> + + * gui/e-day-view.c (e_day_view_finish_resize), (e_day_view_reshape_day_event) + (e_day_view_change_event_time): Free the string day_view->last_edited_comp_string + before changing assigning it another value. + * gui/e-week-view.c (e_week_view_change_event_time): Free the string + week_view->last_edited_comp_string for the same reason above. + 2004-11-29 Chenthill Palanisamy <pchenthill@novell.com> * calendar-errors.xml.h: committng this file. Missed to commit this one. |