mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-3259 Fix a memory leak
X-SVN-Rev: 13363
This commit is contained in:
parent
a424744b3c
commit
95996b6773
1 changed files with 1 additions and 0 deletions
|
@ -419,6 +419,7 @@ TimeZoneTest::TestGetAvailableIDs913()
|
|||
if (i > 0) *buf += ", ";
|
||||
*buf += *s->snext(ec);
|
||||
}
|
||||
delete s;
|
||||
*buf += " };";
|
||||
logln(*buf);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue