mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-12924 Merging a fix for zonemeta double free issue (#13301/r40324) from trunk to maint-58.
X-SVN-Rev: 40676
This commit is contained in:
parent
dd5d75d17e
commit
7338625b67
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue