mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-19 11:45:45 +00:00
ICU-2129 Intltest, fix memory leak in revised rbbitest.
X-SVN-Rev: 9811
This commit is contained in:
parent
681c0468a4
commit
956c28b0ac
1 changed files with 2 additions and 0 deletions
|
@ -1397,6 +1397,7 @@ void RBBITest::TestThaiLineBreak() {
|
|||
}
|
||||
|
||||
generalIteratorTest(*e, thaiLineSelection);
|
||||
delete e;
|
||||
}
|
||||
|
||||
|
||||
|
@ -1473,6 +1474,7 @@ ADD_DATACHUNK(thaiLineSelection, "(\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u
|
|||
|
||||
|
||||
generalIteratorTest(*e, thaiLineSelection);
|
||||
delete e;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue