Hello!
"Chris K. Jester-Young" skribis:
> * libguile/i18n.c (scm_make_locale): Null out c_locale_name after it's
> freed, so it doesn't get freed again. While this only has effect if
> USE_GNU_LOCALE_API is unset, the nulling out happens in both cases,
> to be consistent and robust.
How d
* libguile/i18n.c (scm_make_locale): Null out c_locale_name after it's
freed, so it doesn't get freed again. While this only has effect if
USE_GNU_LOCALE_API is unset, the nulling out happens in both cases,
to be consistent and robust.
(scm_nl_langinfo): Free c_result in all switch cases, i