diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6c9cfaa7412..cdc56419f63 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2013-07-18 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2013-07-18 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * doc.c: Fix minor memory and file descriptor leaks. | ||
| 4 | * doc.c (get_doc_string): Fix memory leak when doc file absent. | ||
| 5 | (get_doc_string, Fsnarf_documentation): | ||
| 6 | Fix file descriptor leak on error. | ||
| 7 | |||
| 3 | * term.c: Fix minor fdopen-related file descriptor leaks. | 8 | * term.c: Fix minor fdopen-related file descriptor leaks. |
| 4 | * term.c (Fresume_tty) [!MSDOS]: Close fd if fdopen (fd) fails. | 9 | * term.c (Fresume_tty) [!MSDOS]: Close fd if fdopen (fd) fails. |
| 5 | (init_tty) [!DOS_NT]: Likewise. Also close fd if isatty (fd) fails. | 10 | (init_tty) [!DOS_NT]: Likewise. Also close fd if isatty (fd) fails. |