From 460af4151d3cf4ee42a69ca166555b2e17bb73a8 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 1 Oct 2011 20:45:38 -0700 Subject: * filter.c (filters, filter_init): Serious gc bug fixed: neglected to inform the garbage collector about the filters global variable. Ouch! --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3f5fb6eb..ac300d0f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-10-01 Kaz Kylheku + + * filter.c (filters, filter_init): Serious gc bug fixed: neglected to + inform the garbage collector about the filters global variable. + Ouch! + 2011-10-01 Kaz Kylheku New test case under tests/008. -- cgit v1.2.3