mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-11961 Fix delete statement
X-SVN-Rev: 38111
This commit is contained in:
parent
ad1bbbe97b
commit
ea597d89d1
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ ThreadPoolBase::~ThreadPoolBase() {
|
|||
delete fThreads[i];
|
||||
fThreads[i] = NULL;
|
||||
}
|
||||
delete fThreads;
|
||||
delete[] fThreads;
|
||||
fThreads = NULL;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue