8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:43:02 +01:00
This commit is contained in:
Adriano dos Santos Fernandes 2022-04-21 22:22:28 -03:00
parent e01370ea77
commit cc77d95fb6

View File

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