mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-2135 fixed bad delete to delete[]
X-SVN-Rev: 10529
This commit is contained in:
parent
efb5dd85a4
commit
c6387c3a52
1 changed files with 2 additions and 2 deletions
|
@ -311,8 +311,8 @@ int main(int argc, char **argv) {
|
|||
|
||||
fclose(file);
|
||||
delete bi;
|
||||
delete ruleSourceU;
|
||||
delete ruleBufferC;
|
||||
delete[] ruleSourceU;
|
||||
delete[] ruleBufferC;
|
||||
u_cleanup();
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue