ICU-7718 Delete NumberFormat object after use in TestCompilerRTTI.
X-SVN-Rev: 28108
This commit is contained in:
parent
86b2ced218
commit
d83954e771
@ -563,6 +563,7 @@ void UObjectTest::TestCompilerRTTI() {
|
||||
) {
|
||||
errln("typeid(NumberFormat) failed");
|
||||
}
|
||||
delete nf;
|
||||
}
|
||||
|
||||
/* --------------- */
|
||||
|
Loading…
Reference in New Issue
Block a user