ICU-770 Memory cleanup

X-SVN-Rev: 6820
This commit is contained in:
George Rhoten 2001-11-13 06:03:20 +00:00
parent 41f0b54145
commit ae71da1a17

View File

@ -2071,6 +2071,7 @@ void TransliteratorTest::TestCompoundFilterID(void) {
if (source.length() != 0) {
expect(*t, source, exp);
}
delete t;
} else {
errln((UnicodeString)"FAIL: " + id + " => " + (t!=0?t->getID():(UnicodeString)"NULL") + ", " +
u_errorName(ec));
@ -2151,6 +2152,9 @@ void TransliteratorTest::TestNewEngine() {
"$rough <> h ;");
expect(gr, CharsToUnicodeString("\\u03B1\\u0314"), "ha");
delete a;
delete A;
delete array[1];
delete t;
}
@ -2206,6 +2210,7 @@ void TransliteratorTest::TestQuantifiedSegment(void) {
} else {
logln((UnicodeString)"Ok: \"" + r + "\" x toRules() => \"" + rr + "\"");
}
delete t;
}
//======================================================================