mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 22:03:04 +01:00
Fix problem seen by Vlad where crash happens when our older ICU is found
This commit is contained in:
parent
f70830ba40
commit
559306231e
@ -888,7 +888,8 @@ UnicodeUtil::ICU* UnicodeUtil::loadICU(const Firebird::string& icuVersion,
|
|||||||
!icu->ulocGetAvailable || !icu->usetClose || !icu->usetGetItem ||
|
!icu->ulocGetAvailable || !icu->usetClose || !icu->usetGetItem ||
|
||||||
!icu->usetGetItemCount || !icu->usetOpen || !icu->ucolClose ||
|
!icu->usetGetItemCount || !icu->usetOpen || !icu->ucolClose ||
|
||||||
!icu->ucolGetContractions || !icu->ucolGetSortKey || !icu->ucolOpen ||
|
!icu->ucolGetContractions || !icu->ucolGetSortKey || !icu->ucolOpen ||
|
||||||
!icu->ucolSetAttribute || !icu->ucolStrColl || !icu->ucolGetVersion)
|
!icu->ucolSetAttribute || !icu->ucolStrColl || !icu->ucolGetVersion ||
|
||||||
|
!icu->utransOpen || !icu->utransClose || !icu->utransTransUChars)
|
||||||
{
|
{
|
||||||
delete icu;
|
delete icu;
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user