mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-2135 service memory leaks
X-SVN-Rev: 10479
This commit is contained in:
parent
a382d860fa
commit
5bb925fac4
1 changed files with 1 additions and 1 deletions
|
@ -1359,9 +1359,9 @@ void ICUServiceTest::testCoverage()
|
|||
errln("visible IDs contains en_US");
|
||||
}
|
||||
delete obj;
|
||||
delete key;
|
||||
}
|
||||
|
||||
delete key;
|
||||
|
||||
#if 0
|
||||
// ResourceBundleFactory
|
||||
|
|
Loading…
Add table
Reference in a new issue