ICU-8482 Close collator, break iterator, and search iterator after use.

X-SVN-Rev: 29877
This commit is contained in:
Michael Ow 2011-04-24 23:30:19 +00:00
parent 1d6d6c6354
commit 73c400496f

View File

@ -2984,6 +2984,10 @@ static void TestMatchFollowedByIgnorables(void) {
if (matchLength != expectedMatchLength) {
log_err("Error: matchLength=%d, expected=%d\n", matchLength, expectedMatchLength);
}
usearch_close(usearch);
ubrk_close(ubrk);
ucol_close(coll);
}
/**