ICU-432 Don't change the owned state in expand. this_obj is not reallocated.

X-SVN-Rev: 3217
This commit is contained in:
George Rhoten 2000-12-13 20:44:47 +00:00
parent 92f710b66c
commit df0ba9a222

View File

@ -298,7 +298,6 @@ void ucmp8_expand(CompactByteArray* this_obj)
this_obj->fArray = tempArray;
this_obj->fCompact = FALSE;
this_obj->fAlias = FALSE;
this_obj->fIAmOwned = FALSE;
}
}