mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-7537 fix memory leak in UTextTest
X-SVN-Rev: 27819
This commit is contained in:
parent
2dd195a7db
commit
1aa327713c
1 changed files with 2 additions and 0 deletions
|
@ -1304,6 +1304,8 @@ void UTextTest::ComparisonTest()
|
|||
utext_close(&emptyUTF8);
|
||||
utext_close(&nullUChar);
|
||||
utext_close(&nullUTF8);
|
||||
utext_close(&charText);
|
||||
utext_close(&uniCharText);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue