mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 01:42:37 +00:00
ICU-5427 Fix a memory leak.
X-SVN-Rev: 21745
This commit is contained in:
parent
bfbd0255bc
commit
75ba2a3992
1 changed files with 1 additions and 0 deletions
|
@ -2304,6 +2304,7 @@ void CalendarRegressionTest::TestT5555()
|
|||
if (U_FAILURE(ec) || yy != 2010 || mm != UCAL_FEBRUARY || dd != 24 || ee != UCAL_WEDNESDAY) {
|
||||
errln("FAIL: got date %4d/%02d/%02d, expected 210/02/24: ", yy, mm + 1, dd);
|
||||
}
|
||||
delete cal;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue