mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 01:42:37 +00:00
ICU-5138 Separate the bidi data from the data loading.
X-SVN-Rev: 19500
This commit is contained in:
parent
7d382500f6
commit
ac1228488e
1 changed files with 2 additions and 0 deletions
|
@ -191,7 +191,9 @@ ubidi_openBinary(const uint8_t *bin, int32_t length, UErrorCode *pErrorCode) {
|
|||
U_CAPI void U_EXPORT2
|
||||
ubidi_closeProps(UBiDiProps *bdp) {
|
||||
if(bdp!=NULL) {
|
||||
#if !UBIDI_HARDCODE_DATA
|
||||
udata_close(bdp->mem);
|
||||
#endif
|
||||
uprv_free(bdp);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue