ICU-5427 Fix a memory leak.

X-SVN-Rev: 21744
This commit is contained in:
George Rhoten 2007-06-15 02:37:26 +00:00
parent 0da8673589
commit bfbd0255bc

View File

@ -1634,6 +1634,7 @@ void TimeZoneTest::TestFebruary() {
} }
} }
} }
delete tz2;
} }
#endif /* #if !UCONFIG_NO_FORMATTING */ #endif /* #if !UCONFIG_NO_FORMATTING */