ICU-5161 Fix a memory leak.

X-SVN-Rev: 19557
This commit is contained in:
George Rhoten 2006-04-17 05:06:11 +00:00
parent 57206e7d3c
commit 69dc11a58d

View file

@ -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)