ICU-1739 fix a memory leak

X-SVN-Rev: 9393
This commit is contained in:
George Rhoten 2002-07-28 19:34:16 +00:00
parent c26cb4aaaf
commit 26d1395085

View File

@ -515,6 +515,7 @@ static void TestBreakIteratorRules() {
}
freeToUCharStrings(&freeHook);
ubrk_close(bi);
}
static void TestBreakIteratorRuleError() {