ICU-7986 Fix memory leak in cintltest regex

X-SVN-Rev: 28700
This commit is contained in:
Andy Heninger 2010-09-27 05:51:41 +00:00
parent b970115780
commit 36fc220ae2

View file

@ -1761,6 +1761,7 @@ static void TestUTextAPI(void) {
TEST_ASSERT_UTEXT(str_abcinteriordef, &groupText);
utext_close(&groupText);
free(groupChars);
}
utext_close(actual);