mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 10:17:23 +00:00
ICU-96 fixed a memory leak
X-SVN-Rev: 4903
This commit is contained in:
parent
19cd1bac03
commit
fa39dba08d
1 changed files with 1 additions and 0 deletions
|
@ -1018,6 +1018,7 @@ UCATableHeader *ucol_assembleTailoringTable(UColTokenParser *src, UErrorCode *st
|
|||
UCATableHeader *myData = uprv_uca_assembleTable(t, status);
|
||||
|
||||
uprv_uca_closeTempTable(t);
|
||||
uprv_free(image);
|
||||
|
||||
return myData;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue