diff options
author | Roland McGrath <roland@gnu.org> | 2002-08-31 19:00:28 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-08-31 19:00:28 +0000 |
commit | 6f8f03151697ae59158443f271acc941bc0e8e29 (patch) | |
tree | 199b414d6d201150fcf0f053c067cf0a5bf044a2 | |
parent | 252e798302cd09e68458d2fa8bff0914e6e2ff63 (diff) | |
download | glibc-6f8f03151697ae59158443f271acc941bc0e8e29.tar glibc-6f8f03151697ae59158443f271acc941bc0e8e29.tar.gz glibc-6f8f03151697ae59158443f271acc941bc0e8e29.tar.bz2 glibc-6f8f03151697ae59158443f271acc941bc0e8e29.zip |
* locale/newlocale.c (__newlocale): Don't leak old data or names.
* locale/xlocale.h (__locale_struct): Move __names member last,
for binary compatibility.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2002-08-31 Roland McGrath <roland@redhat.com> + * locale/newlocale.c (__newlocale): Don't leak old data or names. + + * locale/xlocale.h (__locale_struct): Move __names member last, + for binary compatibility. + * locale/duplocale.c (__duplocale): Free names from the right array. * locale/uselocale.c (__uselocale): Return previous locale when |