guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Text collation


From: Kevin Ryde
Subject: Re: Text collation
Date: Wed, 13 Dec 2006 06:05:39 +1100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

address@hidden (Ludovic Courtès) writes:
>
> +++ mod/libguile/posix.c
>...  
> +#ifndef USE_GNU_LOCALE_API
> +  scm_i_pthread_mutex_lock (&scm_i_locale_mutex);
> +#endif
>    rv = setlocale (scm_i_to_lc_category (category, 1), clocale);
> +#ifndef USE_GNU_LOCALE_API
> +  scm_i_pthread_mutex_unlock (&scm_i_locale_mutex);
> +#endif

Looks like a mutex leak here if scm_i_to_lc_category throws an error.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]