mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-20 20:19:32 +00:00
ICU-13301 Removed redundant UVector entry clean up function call.
X-SVN-Rev: 40324
This commit is contained in:
parent
bcc7db4504
commit
7c31981bd0
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue