guile-devel
[Top][All Lists]
Advanced

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

Re: Text collation


From: Ludovic Courtès
Subject: Re: Text collation
Date: Wed, 13 Dec 2006 10:14:09 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Hi,

Kevin Ryde <address@hidden> writes:

> 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.

Indeed!  I'll fix it in a while.

Thanks,
Ludovic.




reply via email to

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