ICU-11433 Fix memory leak in numberformat test
X-SVN-Rev: 37038
This commit is contained in:
parent
3565561b05
commit
da811f1dfe
@ -7782,6 +7782,7 @@ void NumberFormatTest::TestFastPathConsistent11524() {
|
||||
assertEquals("", "0", fmt->format(123, appendTo));
|
||||
appendTo.remove();
|
||||
assertEquals("", "0", fmt->format(12345, appendTo));
|
||||
delete fmt;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user