ICU-3259 Fix a memory leak

X-SVN-Rev: 13363
This commit is contained in:
George Rhoten 2003-10-08 22:43:26 +00:00
parent a424744b3c
commit 95996b6773

View file

@ -419,6 +419,7 @@ TimeZoneTest::TestGetAvailableIDs913()
if (i > 0) *buf += ", ";
*buf += *s->snext(ec);
}
delete s;
*buf += " };";
logln(*buf);