ICU-5454 Fix some new memory leaks.

X-SVN-Rev: 22317
This commit is contained in:
George Rhoten 2007-08-08 09:04:52 +00:00
parent af41197335
commit e7acc3369e

View file

@ -1484,6 +1484,7 @@ TimeZoneRuleTest::TestSimpleTimeZoneCoverage(void) {
if (!avail1 || !avail2 || tzt1 != tzt2) {
errln("FAIL: Bad transition returned by SimpleTimeZone::getNextTransition");
}
delete stz1;
}
/*