ICU-13749 Fix issue with tabs to spaces in previous commit.

X-SVN-Rev: 41311
This commit is contained in:
Jeff Genovy 2018-05-02 20:46:17 +00:00
parent 600afe90c4
commit 37e2209f66

View file

@ -690,7 +690,7 @@ ZoneMeta::createMetazoneMappings(const UnicodeString &tzid) {
mzMappings = new UVector(deleteOlsonToMetaMappingEntry, NULL, status);
if (U_FAILURE(status)) {
delete mzMappings;
mzMappings = NULL;
mzMappings = NULL;
uprv_free(entry);
break;
}