mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-11 08:01:32 +00:00
ICU-10992 Fix cleanup function registration
X-SVN-Rev: 36528
This commit is contained in:
parent
95e0154c8c
commit
3a935bea9f
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ static void U_CALLCONV initSingletons(const char *what, UErrorCode &errorCode) {
|
|||
} else {
|
||||
U_ASSERT(FALSE); // Unknown singleton
|
||||
}
|
||||
ucln_common_registerCleanup(UCLN_COMMON_NORMALIZER2, uprv_loaded_normalizer2_cleanup);
|
||||
ucln_common_registerCleanup(UCLN_COMMON_LOADED_NORMALIZER2, uprv_loaded_normalizer2_cleanup);
|
||||
}
|
||||
|
||||
U_CDECL_BEGIN
|
||||
|
|
Loading…
Add table
Reference in a new issue