ICU-7718 Delete NumberFormat object after use in TestCompilerRTTI.

X-SVN-Rev: 28108
This commit is contained in:
Michael Ow 2010-05-27 20:23:49 +00:00
parent 86b2ced218
commit d83954e771

View File

@ -563,6 +563,7 @@ void UObjectTest::TestCompilerRTTI() {
) {
errln("typeid(NumberFormat) failed");
}
delete nf;
}
/* --------------- */