From 38db58f82b958ad5dc75d38a57491419d1f26978 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 11 Oct 2001 21:21:43 +0000 Subject: 2001-10-11 Mike Siers * libc/termios.c: Fixed a memory leak in the termios software. Basically the tty open function was allocating an input raw buffer, an output raw buffer, and a cooked buffer that were not getting released. I have attached a patch for the latest snapshot. The patch also has a fix to ensure the tty link list is updated correctly when a tty is closed. --- c/src/lib/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'c/src/lib/ChangeLog') diff --git a/c/src/lib/ChangeLog b/c/src/lib/ChangeLog index 04adf3f140..d9936a5ae2 100644 --- a/c/src/lib/ChangeLog +++ b/c/src/lib/ChangeLog @@ -1,3 +1,12 @@ +2001-10-11 Mike Siers + + * libc/termios.c: Fixed a memory leak in the termios + software. Basically the tty open function was allocating an input + raw buffer, an output raw buffer, and a cooked buffer that were + not getting released. I have attached a patch for the latest + snapshot. The patch also has a fix to ensure the tty link list + is updated correctly when a tty is closed. + 2001-10-11 Ralf Corsepius * .cvsignore: Add autom4te.cache for autoconf > 2.52. -- cgit v1.2.3