summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-10-07 18:41:33 +0200
committerJim Meyering <meyering@redhat.com>2007-10-07 18:41:49 +0200
commit11d4de7eb30987cee6c142f855c63d56490b4845 (patch)
tree1bb64e7c2f7879e68dd679daa35bd9e6a60e0c44 /ChangeLog
parentabdb73fc1139e5e6c74e67be417e9a6714d3ec53 (diff)
downloadcoreutils-11d4de7eb30987cee6c142f855c63d56490b4845.tar.xz
Avoid a pseudo-leak in sort.
* src/sort.c (main) [lint]: Avoid a nominal leak.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 74457fffe..5d6d980b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2007-10-07 Jim Meyering <meyering@redhat.com>
+ Avoid a pseudo-leak in sort.
+ * src/sort.c (main) [lint]: Avoid a nominal leak.
+
Use puts, rather than printf ("%s\n". Slightly cleaner.
* src/tsort.c (tsort): ...and more efficient.