ICU-5138 Separate the bidi data from the data loading.
X-SVN-Rev: 19500
This commit is contained in:
parent
7d382500f6
commit
ac1228488e
@ -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…
Reference in New Issue
Block a user