From 86dfb8e40a555f9272a08306c3bee8a39d437bb3 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 8 Nov 1999 23:45:41 +0000 Subject: [PATCH] Update. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 81e1a62c27..d7362c0c5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +1999-11-08 Andreas Jaeger + + * locale/findlocale.c (_nl_find_locale): Free normalized_codeset; + this fixes a memory leak (closes PR libc/1435). + + * intl/l10nflist.c (_nl_normalize_codeset): Update comment to + reflect memory allocation. + + * intl/loadinfo.h: Comment _nl_normalize_codeset, comment memory + allocation in _nl_explode_name. + 1999-11-06 Andreas Jaeger * time/tzset.c: Use __libc_lock_define_initialized for tzset_lock