ICU-5138 Separate the bidi data from the data loading.

X-SVN-Rev: 19500
This commit is contained in:
George Rhoten 2006-03-31 06:24:45 +00:00
parent 7d382500f6
commit ac1228488e

View File

@ -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);
}
}