From 76c640c28a161ff725b2a1607a01f59157f627b1 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Sat, 15 Jun 2019 20:39:39 +0200 Subject: Update ICU to 58.3 - This adds the new Japanese ascension era (Reiwa) - This updates timezone data to 2019a - Updated script for git instead of SVN - Regenerated locale data --- intl/icu/source/i18n/zonemeta.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'intl/icu/source/i18n/zonemeta.cpp') diff --git a/intl/icu/source/i18n/zonemeta.cpp b/intl/icu/source/i18n/zonemeta.cpp index fdf333c37..dd3bf202f 100644 --- a/intl/icu/source/i18n/zonemeta.cpp +++ b/intl/icu/source/i18n/zonemeta.cpp @@ -683,7 +683,6 @@ ZoneMeta::createMetazoneMappings(const UnicodeString &tzid) { mzMappings = new UVector(deleteOlsonToMetaMappingEntry, NULL, status); if (U_FAILURE(status)) { delete mzMappings; - deleteOlsonToMetaMappingEntry(entry); uprv_free(entry); break; } -- cgit v1.2.3