ICU-432 Don't change the owned state in expand. this_obj is not reallocated.
X-SVN-Rev: 3217
This commit is contained in:
parent
92f710b66c
commit
df0ba9a222
@ -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;
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user