mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 21:45:37 +00:00
ICU-5161 Properly delete the memory.
X-SVN-Rev: 19550
This commit is contained in:
parent
3737c923bd
commit
8530362290
1 changed files with 1 additions and 1 deletions
|
@ -762,7 +762,7 @@ void UTextTest::TestAccess(const UnicodeString &us, UText *ut, int cpCount, m *c
|
|||
}
|
||||
}
|
||||
|
||||
delete buf;
|
||||
delete []buf;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue