mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-5161 Fix a memory leak.
X-SVN-Rev: 19557
This commit is contained in:
parent
57206e7d3c
commit
69dc11a58d
1 changed files with 2 additions and 0 deletions
|
@ -1566,6 +1566,8 @@ void DateFormatTest::TestTimeZoneStringsAPI() {
|
|||
if(result != exemplarCity){
|
||||
errln("setZoneString() did not succeed. Expected: " + exemplarCity + " Got: " + result);
|
||||
}
|
||||
delete keys;
|
||||
delete keys2;
|
||||
}
|
||||
|
||||
void DateFormatTest::TestHost(void)
|
||||
|
|
Loading…
Add table
Reference in a new issue