ICU-770 Memory cleanup

X-SVN-Rev: 7216
This commit is contained in:
George Rhoten 2001-11-30 18:19:56 +00:00
parent 1121202bea
commit 85b9bf0e00
2 changed files with 3 additions and 2 deletions

View File

@ -990,11 +990,11 @@ void TransliteratorRoundTripTest::TestKatakana() {
void TransliteratorRoundTripTest::TestJamo() {
RTTest t("Latin-Jamo");
Legal *legal = new Legal();
Legal *legal = new LegalJamo();
t.test(UnicodeString("[a-zA-Z]", ""),
UnicodeString("[\\u1100-\\u1112 \\u1161-\\u1175 \\u11A8-\\u11C2]",
""),
NULL, this, quick, new LegalJamo());
NULL, this, quick, legal);
delete legal;
}

View File

@ -2910,6 +2910,7 @@ void TransliteratorTest::TestAnchorMasking(){
", context " + prettify(parseError.preContext, TRUE) +
", rules: " + prettify(rule, TRUE));
}
delete t;
}
/**