ld.cpp (Firebird-3.0.2.32703-0.tar.bz2) | : | ld.cpp (Firebird-3.0.4.33054-0.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 536 | skipping to change at line 536 | |||
return false; | return false; | |||
} | } | |||
} | } | |||
fb_assert(charSets[j].charSetName); | fb_assert(charSets[j].charSetName); | |||
INTL_BOOL ret = collations[i].ptr(tt, &cs, textty pe_name, charset_name, | INTL_BOOL ret = collations[i].ptr(tt, &cs, textty pe_name, charset_name, | |||
attributes, specific_attributes, specific _attributes_length, config_info); | attributes, specific_attributes, specific _attributes_length, config_info); | |||
if (cs.charset_fn_destroy) | IntlUtil::finiCharset(&cs); | |||
cs.charset_fn_destroy(&cs); | ||||
return ret; | return ret; | |||
} | } | |||
} | } | |||
return LCICU_texttype_init( | return LCICU_texttype_init( | |||
tt, texttype_name, charset_name, attributes, specific_att ributes, | tt, texttype_name, charset_name, attributes, specific_att ributes, | |||
specific_attributes_length, configInfo); | specific_attributes_length, configInfo); | |||
} | } | |||
catch (Firebird::BadAlloc) | catch (Firebird::BadAlloc) | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 1 lines changed or added |