diff options
author | Florian Weimer <fweimer@redhat.com> | 2018-10-30 13:56:40 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2018-10-30 13:56:40 +0100 |
commit | 60708030536df82616c16aa2f14f533c4362b969 (patch) | |
tree | 232fa1e8c5410674a9413ee6543fba3b45051ad1 /ChangeLog | |
parent | a91e9301c47bb688f4e496a19cfc68261ff18293 (diff) | |
download | glibc-60708030536df82616c16aa2f14f533c4362b969.tar.gz glibc-60708030536df82616c16aa2f14f533c4362b969.tar.xz glibc-60708030536df82616c16aa2f14f533c4362b969.zip |
stdlib/test-bz22786: Avoid memory leaks in the test itself
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index eefe1ce397..1649229cbb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2018-10-30 Florian Weimer <fweimer@redhat.com> + * stdlib/test-bz22786.c (do_test): Additional free calls to avoid + memory leaks. + +2018-10-30 Florian Weimer <fweimer@redhat.com> + * support/blob_repeat.c (allocate_big): Call mkstemp directly. 2018-10-30 Florian Weimer <fweimer@redhat.com> |