mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-17 18:56:53 +00:00
ICU-1005 don't close compact array twice
X-SVN-Rev: 8374
This commit is contained in:
parent
61ab9f8546
commit
67e7118de6
1 changed files with 0 additions and 3 deletions
|
@ -172,9 +172,6 @@ openAdopt, initAdopt, openAlias, initAlias
|
|||
memcpy(index, tIndex, UCMP8_kIndexCount*sizeof(uint16_t));
|
||||
memcpy(values, tValues, count);
|
||||
|
||||
|
||||
ucmp8_close(ucmp8Array);
|
||||
|
||||
ucmp8_initAlias(&aliaser, index, values, count);
|
||||
query(&aliaser);
|
||||
ucmp8_close(&aliaser);
|
||||
|
|
Loading…
Add table
Reference in a new issue