ICU-5161 Properly delete the memory.
X-SVN-Rev: 19550
This commit is contained in:
parent
3737c923bd
commit
8530362290
@ -762,7 +762,7 @@ void UTextTest::TestAccess(const UnicodeString &us, UText *ut, int cpCount, m *c
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
delete buf;
|
delete []buf;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user