ICU-10992 Fix cleanup function registration

X-SVN-Rev: 36528
This commit is contained in:
Michael Ow 2014-09-16 19:04:05 +00:00
parent 95e0154c8c
commit 3a935bea9f

View File

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