From ca69f7fc48c415cf9ae78303e0426032033a56a8 Mon Sep 17 00:00:00 2001 From: Simon Munton Date: Tue, 8 May 2001 12:08:37 +0000 Subject: [PATCH] Updates to pie.c to free devlist in sane_exit and to not try and remove newlines after calling sanei_config_read() --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index f0a919ab6..dc696e80b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-05-08 Simon Munton + * backend/pie.c: Free devlist in sane_exit. Removed redundant check for + trailing newline in config file. + 2001-05-07 Peter Fales * backend/dc25.[ch]: Cleaned up compiler warnings and fixed (very minor) memory leak.