diff options
author | Will Newton <will.newton@linaro.org> | 2013-10-03 11:24:38 +0100 |
---|---|---|
committer | Will Newton <will.newton@linaro.org> | 2013-10-04 09:15:33 +0100 |
commit | 1bc92709f336f8f7d5cc3e47a0fec654f57382fe (patch) | |
tree | f1069c17c8368ac4307da993cd0b02d38871a38b /ChangeLog | |
parent | 27d0461b7bb00e8863dbb2087ce22bf67f9c1018 (diff) | |
download | glibc-1bc92709f336f8f7d5cc3e47a0fec654f57382fe.tar.gz glibc-1bc92709f336f8f7d5cc3e47a0fec654f57382fe.tar.xz glibc-1bc92709f336f8f7d5cc3e47a0fec654f57382fe.zip |
malloc/tst-pvalloc.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-pvalloc.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
diff --git a/ChangeLog b/ChangeLog index fab61a02c3..9781761ac8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,11 @@ (do_test): Add comments and call free on all potentially allocated pointers. Add space after cast. + * malloc/tst-pvalloc.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): |