diff options
author | Jim Meyering <jim@meyering.net> | 2006-11-16 09:15:47 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-11-16 09:15:47 +0100 |
commit | fc9b802e3d282875e2ad4bcafa954c0ce1c759f8 (patch) | |
tree | 72a4491938790bf12d258b56000318b28f2b2c2e /ChangeLog | |
parent | e189a79efd5d1d1eba8d03a84a015bbe6e53eb7f (diff) | |
download | coreutils-fc9b802e3d282875e2ad4bcafa954c0ce1c759f8.tar.xz |
Help valgrind see that there is no leak in dd.c.
* src/dd.c (dd_copy): Declare real_buf and real_obuf to be static,
so we need not free them at all. This is easier than freeing
both buffers at each of the early "return"s.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-11-16 Jim Meyering <jim@meyering.net> + + Help valgrind see that there is no leak in dd.c. + * src/dd.c (dd_copy): Declare real_buf and real_obuf to be static, + so we need not free them at all. This is easier than freeing + both buffers at each of the early "return"s. + 2006-11-15 Jim Meyering <jim@meyering.net> * .x-po-check: Exclude gl/ files. Otherwise, po-check would |