commit | 1296f1d6b15b421217cf5899cbf40bed1ebde9d6 | [log] [tgz] |
---|---|---|
author | Yoshito Umaoka <y.umaoka@gmail.com> | Wed Nov 29 22:37:42 2017 +0000 |
committer | Yoshito Umaoka <y.umaoka@gmail.com> | Wed Nov 29 22:37:42 2017 +0000 |
tree | bdff99850b8133cd5ea2bbece244d59a864051a3 | |
parent | 906906c3d9ba7f5292ed0b44a017fe16e0440aea [diff] |
ICU-13491 Merging a fix for zonemeta double free issue (#13301/r40324) from trunk to maint-59. X-SVN-Rev: 40675
diff --git a/icu4c/source/i18n/zonemeta.cpp b/icu4c/source/i18n/zonemeta.cpp index 84a9657..e163b00 100644 --- a/icu4c/source/i18n/zonemeta.cpp +++ b/icu4c/source/i18n/zonemeta.cpp
@@ -690,7 +690,6 @@ mzMappings = new UVector(deleteOlsonToMetaMappingEntry, NULL, status); if (U_FAILURE(status)) { delete mzMappings; - deleteOlsonToMetaMappingEntry(entry); uprv_free(entry); break; }