mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
ICU-7986 Fix memory leak in cintltest regex
X-SVN-Rev: 28700
This commit is contained in:
parent
b970115780
commit
36fc220ae2
1 changed files with 1 additions and 0 deletions
|
@ -1761,6 +1761,7 @@ static void TestUTextAPI(void) {
|
|||
|
||||
TEST_ASSERT_UTEXT(str_abcinteriordef, &groupText);
|
||||
utext_close(&groupText);
|
||||
free(groupChars);
|
||||
}
|
||||
utext_close(actual);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue