ICU-770 Memory cleanup
X-SVN-Rev: 7216
This commit is contained in:
parent
1121202bea
commit
85b9bf0e00
@ -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;
|
||||
}
|
||||
|
||||
|
@ -2910,6 +2910,7 @@ void TransliteratorTest::TestAnchorMasking(){
|
||||
", context " + prettify(parseError.preContext, TRUE) +
|
||||
", rules: " + prettify(rule, TRUE));
|
||||
}
|
||||
delete t;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user