]> git.ipfire.org Git - thirdparty/glibc.git/commit
locale: Call _nl_unload_locale from _nl_archive_subfreeres
authorFlorian Weimer <fweimer@redhat.com>
Mon, 23 May 2022 08:08:18 +0000 (10:08 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Mon, 23 May 2022 09:06:31 +0000 (11:06 +0200)
commit0b6342e769be6903f29da067f5cbcbfcc7c01b10
treea062401c8ec0adb98bfffee8ed9ca65448fe42b4
parent0060a6de5493aeb4af457511e9b9ab532a6930a5
locale: Call _nl_unload_locale from _nl_archive_subfreeres

The function performs the same steps for ld_archive locales
(mapped from an archive), and this code is not performance-critical,
so the specialization does not add value.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
locale/loadarchive.c