mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-12798 Missing #ifdef in putil_cleanup(), broke AIX.
X-SVN-Rev: 39469
This commit is contained in:
parent
16b73a36ca
commit
28c8696e5b
1 changed files with 2 additions and 0 deletions
|
@ -1177,8 +1177,10 @@ static UBool U_CALLCONV putil_cleanup(void)
|
|||
gTimeZoneFilesDirectory = NULL;
|
||||
gTimeZoneFilesInitOnce.reset();
|
||||
|
||||
#ifdef SEARCH_TZFILE
|
||||
delete gSearchTZFileResult;
|
||||
gSearchTZFileResult = NULL;
|
||||
#endif
|
||||
|
||||
#if U_POSIX_LOCALE || U_PLATFORM_USES_ONLY_WIN32_API
|
||||
if (gCorrectedPOSIXLocale) {
|
||||
|
|
Loading…
Add table
Reference in a new issue