mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:03:03 +01:00
Misc.
This commit is contained in:
parent
e01370ea77
commit
cc77d95fb6
@ -100,10 +100,10 @@ static bool texttype_unicode_init(texttype* tt,
|
||||
memcpy(specificAttributesBuffer.getBuffer(specificAttributesLength),
|
||||
specificAttributes, specificAttributesLength);
|
||||
|
||||
// ASF: Don't free "cs". It'will be used in the collation.
|
||||
auto ret = Firebird::IntlUtil::initUnicodeCollation(tt, cs, name,
|
||||
attributes, specificAttributesBuffer, configInfo);
|
||||
|
||||
// ASF: Don't free "cs". It'will be used in the collation.
|
||||
cs.release();
|
||||
|
||||
return ret;
|
||||
|
Loading…
Reference in New Issue
Block a user