Changeset 38db58f in rtems for c/src/lib/ChangeLog
- Timestamp:
- 10/11/01 21:21:43 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- ba71076
- Parents:
- c682b89
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/ChangeLog
rc682b89 r38db58f 1 2001-10-11 Mike Siers <mikes@poliac.com> 2 3 * libc/termios.c: Fixed a memory leak in the termios 4 software. Basically the tty open function was allocating an input 5 raw buffer, an output raw buffer, and a cooked buffer that were 6 not getting released. I have attached a patch for the latest 7 snapshot. The patch also has a fix to ensure the tty link list 8 is updated correctly when a tty is closed. 9 1 10 2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 11
Note: See TracChangeset
for help on using the changeset viewer.