From 1bf355550a0fd21d830da91c8039e99bb2900e51 Mon Sep 17 00:00:00 2001 From: Henning Geinitz Date: Sun, 13 May 2001 15:56:31 +0000 Subject: [PATCH] Added entries about memory leaks, sane_init return values, and HP-UX problems in isfdtype.c. Henning Meier-Geinitz --- TODO | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 117892b91..d1a363fb2 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -TODO (2001-05-11) +TODO (2001-05-13) ******** todo ******** @@ -111,6 +111,11 @@ backends * as6e: change :new status to :alpha, :beta, or :stable. + * as6e: attach: memory (dev + dev-sane.name) isn't freed if diver isn't + found. + + * avision: line 1393: word isn't freed sometimes (maybe if cp == line?) + * add a contact address for each backend (in backend.desc). * lines like "if (config_line[len - 1] == '\n')" can cause segfaults and @@ -130,6 +135,8 @@ doc * Documentation for sanei API - any ideas for this? + + * sane.tex: Define the return values for sane_init? frontends --------- @@ -194,6 +201,9 @@ misc * Check Tru64 Unix compilation problems with u_int* types. They are already defined in sys/bitypes.h but this file isn't checked with AC_CHECK_TYPE. + * Fix HP-UX problems in isfdtype.c (and maybe others). sys/stat.h doesn't + seem to define stuct stat. + * Add installation procedure for translations of SANE backend's options. ******** done ********