mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-5454 Fix some new memory leaks.
X-SVN-Rev: 22317
This commit is contained in:
parent
af41197335
commit
e7acc3369e
1 changed files with 1 additions and 0 deletions
|
@ -1484,6 +1484,7 @@ TimeZoneRuleTest::TestSimpleTimeZoneCoverage(void) {
|
|||
if (!avail1 || !avail2 || tzt1 != tzt2) {
|
||||
errln("FAIL: Bad transition returned by SimpleTimeZone::getNextTransition");
|
||||
}
|
||||
delete stz1;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue