ICU-6911 Add value deleter when copying hash table.
X-SVN-Rev: 27834
This commit is contained in:
parent
2100f22652
commit
a2ba018519
@ -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…
Reference in New Issue
Block a user