From: Yoshito Umaoka Date: Wed, 9 Aug 2017 19:13:30 +0000 (+0000) Subject: ICU-13301 Removed redundant UVector entry clean up function call. X-Git-Tag: release-60-rc~195 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c31981bd009a5ebc2e93f7f67a0331cd777cfa4;p=icu ICU-13301 Removed redundant UVector entry clean up function call. X-SVN-Rev: 40324 --- diff --git a/icu4c/source/i18n/zonemeta.cpp b/icu4c/source/i18n/zonemeta.cpp index b26798f990a..c386b0cae5e 100644 --- a/icu4c/source/i18n/zonemeta.cpp +++ b/icu4c/source/i18n/zonemeta.cpp @@ -690,7 +690,6 @@ ZoneMeta::createMetazoneMappings(const UnicodeString &tzid) { mzMappings = new UVector(deleteOlsonToMetaMappingEntry, NULL, status); if (U_FAILURE(status)) { delete mzMappings; - deleteOlsonToMetaMappingEntry(entry); uprv_free(entry); break; }