mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 10:50:07 +00:00
2002-09-05 Jakub Jelinek <jakub@redhat.com>
* wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Unlock and return in case of failure.
This commit is contained in:
parent
a1e56cd10a
commit
51387e0b86
@ -1,3 +1,8 @@
|
||||
2002-09-05 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Unlock and return in
|
||||
case of failure.
|
||||
|
||||
2002-09-04 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
* sysdeps/unix/sysv/linux/sigset-cvt-mask.h (sigset_set_old_mask,
|
||||
|
@ -169,6 +169,8 @@ __wcsmbs_load_conv (struct locale_data *new_category)
|
||||
{
|
||||
failed:
|
||||
new_category->private.ctype = &__wcsmbs_gconv_fcts_c;
|
||||
__libc_lock_unlock (__libc_setlocale_lock);
|
||||
return;
|
||||
}
|
||||
|
||||
/* Get name of charset of the locale. */
|
||||
|
Loading…
Reference in New Issue
Block a user