mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 23:10:40 +00:00
ICU-6911 Add value deleter when copying hash table.
X-SVN-Rev: 27834
This commit is contained in:
parent
2100f22652
commit
a2ba018519
1 changed files with 1 additions and 0 deletions
|
@ -420,6 +420,7 @@ SelectFormat::copyHashtable(Hashtable *other, UErrorCode& status) {
|
|||
if (U_FAILURE(status)){
|
||||
return;
|
||||
}
|
||||
parsedValuesHash->setValueDeleter(uhash_deleteUnicodeString);
|
||||
|
||||
int32_t pos = -1;
|
||||
const UHashElement* elem = NULL;
|
||||
|
|
Loading…
Add table
Reference in a new issue