diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-02-13 09:38:39 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-02-13 09:38:39 +0000 |
commit | a04586d84dadaf9023ad44a26ee2241a09e4499f (patch) | |
tree | f52bdcc98938e3b173b41d2bbbb018389ee0f867 /ChangeLog | |
parent | 069b7c3e7f33b4c7f0d6dd04939d6fc52a97fe53 (diff) | |
download | glibc-a04586d84dadaf9023ad44a26ee2241a09e4499f.tar.gz glibc-a04586d84dadaf9023ad44a26ee2241a09e4499f.tar.xz glibc-a04586d84dadaf9023ad44a26ee2241a09e4499f.zip |
Update.
2002-02-13 Ulrich Drepper <drepper@redhat.com> * elf/dl-close.c (_dl_close): Implement freeing entries in the slotinfo array. (free_mem): Free memory for the slotinfo array if possible.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 99727733eb..bcc868fff8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-02-13 Ulrich Drepper <drepper@redhat.com> + + * elf/dl-close.c (_dl_close): Implement freeing entries in the + slotinfo array. + (free_mem): Free memory for the slotinfo array if possible. + 2002-02-12 Andreas Schwab <schwab@suse.de> * csu/gmon-start.c (__gmon_start__): Remove '&' from ENTRY_POINT. |