mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-1739 Fixed a memory leak
X-SVN-Rev: 9661
This commit is contained in:
parent
6435f0da90
commit
864354304e
1 changed files with 1 additions and 0 deletions
|
@ -2648,6 +2648,7 @@ void TransliteratorTest::TestGurmukhiDevanagari(){
|
|||
expected.setCharAt(0,(UChar) (nvIter.getCodepoint()+0x0100));
|
||||
expect(*trans,src,expected);
|
||||
}
|
||||
delete trans;
|
||||
}
|
||||
/**
|
||||
* Test instantiation from a locale.
|
||||
|
|
Loading…
Add table
Reference in a new issue