ICU-8482 Close collator, break iterator, and search iterator after use.
X-SVN-Rev: 29877
This commit is contained in:
parent
1d6d6c6354
commit
73c400496f
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user