From 25abba93c70acc187f81ed04514ff4bec1068aed Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Tue, 24 Jun 2003 11:08:41 +0000 Subject: don't use a static GList, since the value returned is freed in 2003-06-22 Rodrigo Moya * cal-client/cal-client.c (get_factories): don't use a static GList, since the value returned is freed in destroy_factories, making several clients use a buggy GList if one of them happen to be destroyed. svn path=/trunk/; revision=21522 --- calendar/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index e22a493141..eadead579e 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2003-06-22 Rodrigo Moya + + * cal-client/cal-client.c (get_factories): don't use a static GList, + since the value returned is freed in destroy_factories, making several + clients use a buggy GList if one of them happen to be destroyed. + 2003-06-22 Hans Petter Jansson * gui/print.c (get_font_for_size): Remove debug output. -- cgit v1.2.3