mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-7718 Delete NumberFormat object after use in TestCompilerRTTI.
X-SVN-Rev: 28108
This commit is contained in:
parent
86b2ced218
commit
d83954e771
1 changed files with 1 additions and 0 deletions
|
@ -563,6 +563,7 @@ void UObjectTest::TestCompilerRTTI() {
|
|||
) {
|
||||
errln("typeid(NumberFormat) failed");
|
||||
}
|
||||
delete nf;
|
||||
}
|
||||
|
||||
/* --------------- */
|
||||
|
|
Loading…
Add table
Reference in a new issue