mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-19 13:40:59 +08:00
Update.
1999-01-28 Ulrich Drepper <drepper@cygnus.com> * iconv/gconv_db.c (free_mem): Don't free module tree if there is none.
This commit is contained in:
parent
a9d755661b
commit
0dbbad29ce
@ -1,3 +1,7 @@
|
||||
1999-01-28 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* iconv/gconv_db.c (free_mem): Don't free module tree if there is none.
|
||||
|
||||
1999-01-27 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* locale/programs/locale-spec.c (locale_special): Take care of
|
||||
|
@ -739,7 +739,8 @@ free_mem (void)
|
||||
if (__gconv_alias_db != NULL)
|
||||
__tdestroy (__gconv_alias_db, free);
|
||||
|
||||
free_modules_db (__gconv_modules_db);
|
||||
if (__gconv_modules_db != NULL)
|
||||
free_modules_db (__gconv_modules_db);
|
||||
|
||||
if (known_derivations != NULL)
|
||||
__tdestroy (known_derivations, free_derivation);
|
||||
|
Loading…
x
Reference in New Issue
Block a user