diff options
author | Will Newton <will.newton@linaro.org> | 2013-10-03 11:26:34 +0100 |
---|---|---|
committer | Will Newton <will.newton@linaro.org> | 2013-10-04 09:16:41 +0100 |
commit | 66a9be9d58e83856e398fbb484e7f2637d7f100b (patch) | |
tree | 48c852cbff56cd440ac8e78a61b82df52d87ffda /ChangeLog | |
parent | 1bc92709f336f8f7d5cc3e47a0fec654f57382fe (diff) | |
download | glibc-66a9be9d58e83856e398fbb484e7f2637d7f100b.zip glibc-66a9be9d58e83856e398fbb484e7f2637d7f100b.tar.gz glibc-66a9be9d58e83856e398fbb484e7f2637d7f100b.tar.bz2 |
malloc/tst-valloc.c: Tidy up code.
Add some comments and call free on all potentially allocated pointers.
Also remove duplicate check for NULL pointer.
ChangeLog:
2013-10-04 Will Newton <will.newton@linaro.org>
* malloc/tst-valloc.c: Add comments.
(do_test): Add comments and call free on all potentially
allocated pointers. Remove duplicate check for NULL pointer.
Add space after cast.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -12,6 +12,11 @@ allocated pointers. Remove duplicate check for NULL pointer. Add space after cast. + * malloc/tst-valloc.c: Add comments. + (do_test): Add comments and call free on all potentially + allocated pointers. Remove duplicate check for NULL pointer. + Add space after cast. + 2013-10-04 Alan Modra <amodra@gmail.com> * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela): |