From ec8b663ffaeb247b08b18fd708dabbccc5e32de2 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Tue, 13 Jun 2006 15:59:20 +0000 Subject: [PATCH] ICU-5226 Comment change X-SVN-Rev: 19716 --- icu4c/source/common/ucnv_bld.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/icu4c/source/common/ucnv_bld.c b/icu4c/source/common/ucnv_bld.c index a73e72d03d..b54617229b 100644 --- a/icu4c/source/common/ucnv_bld.c +++ b/icu4c/source/common/ucnv_bld.c @@ -1074,7 +1074,7 @@ ucnv_bld_getAvailableConverter(uint16_t n, UErrorCode *pErrorCode) { /* default converter name --------------------------------------------------- */ -/* Copy the canonical converter name. Caller must ensure thread safety. */ +/* Copy the canonical converter name. */ static U_INLINE void internalSetName(const char *name, UErrorCode *status) { UConverterLookupData lookup; @@ -1100,6 +1100,7 @@ internalSetName(const char *name, UErrorCode *status) { gDefaultAlgorithmicSharedData = algorithmicSharedData; ucln_common_registerCleanup(UCLN_COMMON_UCNV, ucnv_cleanup); + umtx_unlock(&cnvCacheMutex); }