aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-07-18 03:24:26 -0700
committerPaul Eggert2013-07-18 03:24:26 -0700
commit5e679a2cfdd8bc087dfd85fee252d8a4e5ed13c4 (patch)
tree22bc75b259f54cbba617d35a7a9cbaf6c355c63f /src/ChangeLog
parente06ec67f56e7cce9b956e2882950379e96514266 (diff)
downloademacs-5e679a2cfdd8bc087dfd85fee252d8a4e5ed13c4.tar.gz
emacs-5e679a2cfdd8bc087dfd85fee252d8a4e5ed13c4.zip
* filelock.c: Fix unlikely file descriptor leaks.
(get_boot_time_1): Rework to avoid using emacs_open. This doesn't actually fix a leak, but is better anyway. (read_lock_data): Use read, not emacs_read.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index cdc56419f63..8a1c163998b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12013-07-18 Paul Eggert <eggert@cs.ucla.edu> 12013-07-18 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * filelock.c: Fix unlikely file descriptor leaks.
4 (get_boot_time_1): Rework to avoid using emacs_open.
5 This doesn't actually fix a leak, but is better anyway.
6 (read_lock_data): Use read, not emacs_read.
7
3 * doc.c: Fix minor memory and file descriptor leaks. 8 * doc.c: Fix minor memory and file descriptor leaks.
4 * doc.c (get_doc_string): Fix memory leak when doc file absent. 9 * doc.c (get_doc_string): Fix memory leak when doc file absent.
5 (get_doc_string, Fsnarf_documentation): 10 (get_doc_string, Fsnarf_documentation):