mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-9101 fix test memory leak
X-SVN-Rev: 35229
This commit is contained in:
parent
1c02705b8f
commit
50a883201d
1 changed files with 1 additions and 0 deletions
|
@ -1166,6 +1166,7 @@ void CollationRegressionTest::Test4179216() {
|
|||
", but setOffset() yielded " + setOffsetElements[i]);
|
||||
}
|
||||
}
|
||||
delete iter;
|
||||
}
|
||||
|
||||
// Ticket 7189
|
||||
|
|
Loading…
Add table
Reference in a new issue