mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 17:01:16 +00:00
ICU-2729 Fix for the -r test option.
X-SVN-Rev: 11380
This commit is contained in:
parent
8d325bc978
commit
ad56807828
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ static void U_CALLCONV
|
|||
chArrayClose(UEnumeration *en) {
|
||||
if(cont->currUChar != NULL) {
|
||||
free(cont->currUChar);
|
||||
cont->currUChar = NULL;
|
||||
}
|
||||
free(en);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue