8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 19:23:03 +01:00

Correction for fix for CORE-1199. Thanks to Claudio

This commit is contained in:
hvlad 2007-12-17 07:36:46 +00:00
parent 7518faacea
commit e833be6785

View File

@ -968,7 +968,6 @@ void BTR_insert(thread_db* tdbb, WIN * root_window, index_insertion* insertion)
if (split_page != NO_SPLIT)
{
CCH_RELEASE(tdbb, root_window);
if (split_page == NO_VALUE_PAGE) {
CCH_RELEASE(tdbb, &window);
}