ICU-7987 Fix memory leak in intltest normalize

X-SVN-Rev: 28704
This commit is contained in:
Andy Heninger 2010-09-27 18:47:37 +00:00
parent 36fc220ae2
commit 4997366db1

View file

@ -1338,6 +1338,7 @@ initExpectedSkippables(UnicodeSet skipSets[UNORM_MODE_COUNT], UErrorCode &errorC
}
}
}
delete [] combineBackCharsAndCc;
}
void