mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-20374 need unum_close in new TestParseCases
This commit is contained in:
parent
ff04436fe5
commit
ba4dc89169
1 changed files with 2 additions and 0 deletions
|
@ -3166,6 +3166,8 @@ static void TestParseCases(void) {
|
|||
u_errorName(itemPtr->decStatus), itemPtr->decPos, itemPtr->decString,
|
||||
u_errorName(status), parsePos, decstr);
|
||||
}
|
||||
|
||||
unum_close(unumDec);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue