ICU-13301 Removed redundant UVector entry clean up function call.

X-SVN-Rev: 40324
This commit is contained in:
Yoshito Umaoka 2017-08-09 19:13:30 +00:00
parent bcc7db4504
commit 7c31981bd0

View 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;
}