ICU-2135 fixed bad delete to delete[]
X-SVN-Rev: 10529
This commit is contained in:
parent
efb5dd85a4
commit
c6387c3a52
@ -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…
Reference in New Issue
Block a user