ICU-6911 Add value deleter when copying hash table.

X-SVN-Rev: 27834
This commit is contained in:
Michael Ow 2010-03-12 16:28:01 +00:00
parent 2100f22652
commit a2ba018519

View File

@ -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;