mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 02:07:15 +00:00
ICU-13804 Fixing memory leak from r41497.
X-SVN-Rev: 41499
This commit is contained in:
parent
724e3b4f10
commit
4e55f07e42
1 changed files with 1 additions and 1 deletions
|
@ -9127,7 +9127,7 @@ void NumberFormatTest::Test13804_EmptyStringsWhenParsing() {
|
|||
ParsePosition ppos(0);
|
||||
df.parse(sample, result, ppos);
|
||||
ppos = ParsePosition(0);
|
||||
df.parseCurrency(sample, ppos);
|
||||
LocalPointer<CurrencyAmount> curramt(df.parseCurrency(sample, ppos));
|
||||
status.errIfFailureAndReset();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue