ICU-5161 Properly delete the memory.

X-SVN-Rev: 19550
This commit is contained in:
George Rhoten 2006-04-15 07:35:05 +00:00
parent 3737c923bd
commit 8530362290

View File

@ -762,7 +762,7 @@ void UTextTest::TestAccess(const UnicodeString &us, UText *ut, int cpCount, m *c
}
}
delete buf;
delete []buf;
}