mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-1880 fixed a memory leak
X-SVN-Rev: 8868
This commit is contained in:
parent
e2c13a27f4
commit
1970f08356
1 changed files with 2 additions and 0 deletions
|
@ -74,6 +74,8 @@ fCases(NULL)
|
|||
}
|
||||
fCases = ures_getByKey(data, "Cases", NULL, &intStatus);
|
||||
fCasesSize = ures_getSize(fCases);
|
||||
|
||||
ures_close(info);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue