mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-4078 Fix for z/OS due to recent modularization.
X-SVN-Rev: 16414
This commit is contained in:
parent
d078ffb611
commit
918a684663
1 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,7 @@ static ICULocaleService* gService = NULL;
|
|||
/**
|
||||
* Release all static memory held by collator.
|
||||
*/
|
||||
U_CDECL_BEGIN
|
||||
static UBool collator_cleanup(void) {
|
||||
if (gService) {
|
||||
delete gService;
|
||||
|
@ -65,6 +66,7 @@ static UBool collator_cleanup(void) {
|
|||
}
|
||||
return TRUE;
|
||||
}
|
||||
U_CDECL_END
|
||||
|
||||
U_NAMESPACE_BEGIN
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue