]> granicus.if.org Git - icu/commitdiff
ICU-13301 Removed redundant UVector entry clean up function call.
authorYoshito Umaoka <y.umaoka@gmail.com>
Wed, 9 Aug 2017 19:13:30 +0000 (19:13 +0000)
committerYoshito Umaoka <y.umaoka@gmail.com>
Wed, 9 Aug 2017 19:13:30 +0000 (19:13 +0000)
X-SVN-Rev: 40324

icu4c/source/i18n/zonemeta.cpp

index b26798f990a399703265dd385f0bb7469edea614..c386b0cae5e2ca9dcd850841c5ab1dd8e25b7c5b 100644 (file)
@@ -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;
                     }