aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWill Newton <will.newton@linaro.org>2013-10-03 11:21:15 +0100
committerWill Newton <will.newton@linaro.org>2013-10-04 09:14:27 +0100
commit27d0461b7bb00e8863dbb2087ce22bf67f9c1018 (patch)
treefa0e5d67c639ea131e099d03f09f6cf321f7b5bf /ChangeLog
parent215c7d43444a64fcb571381ebcd39c7514c7b4ff (diff)
downloadglibc-27d0461b7bb00e8863dbb2087ce22bf67f9c1018.tar
glibc-27d0461b7bb00e8863dbb2087ce22bf67f9c1018.tar.gz
glibc-27d0461b7bb00e8863dbb2087ce22bf67f9c1018.tar.bz2
glibc-27d0461b7bb00e8863dbb2087ce22bf67f9c1018.zip
malloc/tst-posix_memalign.c: Tidy up code.
Add some comments and call free on all potentially allocated pointers. ChangeLog: 2013-10-04 Will Newton <will.newton@linaro.org> * malloc/tst-posix_memalign.c: Add comments. (do_test): Add comments and call free on all potentially allocated pointers. Add space after cast.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c268814a0..fab61a02c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@
* malloc/Makefile: Add tst-memalign.
* malloc/tst-memalign.c: New file.
+ * malloc/tst-posix_memalign.c: Add comments.
+ (do_test): Add comments and call free on all potentially
+ allocated pointers. Add space after cast.
+
2013-10-04 Alan Modra <amodra@gmail.com>
* sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):