From: Roland McGrath Date: Sat, 31 Aug 2002 19:00:28 +0000 (+0000) Subject: * locale/newlocale.c (__newlocale): Don't leak old data or names. X-Git-Tag: upstream/2.30~21217 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6f8f03151697ae59158443f271acc941bc0e8e29;p=external%2Fglibc.git * locale/newlocale.c (__newlocale): Don't leak old data or names. * locale/xlocale.h (__locale_struct): Move __names member last, for binary compatibility. --- diff --git a/ChangeLog b/ChangeLog index 59306d7..a6228d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2002-08-31 Roland McGrath + * 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