mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-09 15:27:38 +00:00
ICU-8723 use array delete when appropriate in gencfu.cpp
X-SVN-Rev: 30481
This commit is contained in:
parent
db01e8f1ea
commit
9f785d7ed6
1 changed files with 2 additions and 2 deletions
|
@ -287,8 +287,8 @@ int main(int argc, char **argv) {
|
|||
|
||||
uspoof_close(sc);
|
||||
delete [] outData;
|
||||
delete confusables;
|
||||
delete wsConfsables;
|
||||
delete [] confusables;
|
||||
delete [] wsConfsables;
|
||||
u_cleanup();
|
||||
printf("gencfu: tool completed successfully.\n");
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue