From 92669963df79ab225e1abbf021d141bfff905dc1 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Wed, 22 Jan 2003 20:56:44 +0000 Subject: (cal_backend_ref_categories): Do not put the category in both the changed_categories and the categories hashes; fixes a double-free when finalizing the CalBackend. [Hopefully this is the right fix.] svn path=/trunk/; revision=19572 --- calendar/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 042f514523..296e890242 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2003-01-22 Ettore Perazzoli + + * pcs/cal-backend.c (cal_backend_ref_categories): Do not put the + category in both the changed_categories and the categories hashes; + fixes a double-free when finalizing the CalBackend. + 2003-01-22 Ettore Perazzoli * gui/gnome-cal.c (gnome_calendar_setup_view_menus): Use -- cgit