diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-06-05 14:23:34 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-06-05 14:23:34 +0000 |
commit | b66aba32c0b798dc2694fd0d38c488202d0347e4 (patch) | |
tree | bfe9e66040078780f75287eb305506b2a0c63c5c | |
parent | ac15953f968c01f889b83302b80f0b29c66b14f7 (diff) | |
download | glibc-b66aba32c0b798dc2694fd0d38c488202d0347e4.tar.gz glibc-b66aba32c0b798dc2694fd0d38c488202d0347e4.tar.xz glibc-b66aba32c0b798dc2694fd0d38c488202d0347e4.zip |
Update.
2001-06-05 Ulrich Drepper <drepper@redhat.com> * sysdeps/generic/wordexp.c: Add missing free. Patch by yeti@physics.muni.cz.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d6f77b07a8..0ad6de6002 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-06-05 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/generic/wordexp.c: Add missing free. + Patch by yeti@physics.muni.cz. + 2001-06-02 Tom Browder <tbrowder@home.com> * misc/tst-tsearch.c (mangle_tree): Ensure array indices are |