ICU-2729 Fix for the -r test option.
X-SVN-Rev: 11380
This commit is contained in:
parent
8d325bc978
commit
ad56807828
@ -50,6 +50,7 @@ static void U_CALLCONV
|
||||
chArrayClose(UEnumeration *en) {
|
||||
if(cont->currUChar != NULL) {
|
||||
free(cont->currUChar);
|
||||
cont->currUChar = NULL;
|
||||
}
|
||||
free(en);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user