8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 03:23:03 +01:00
This commit is contained in:
robocop 2011-08-18 06:50:07 +00:00
parent 003db5fb3d
commit 6f1ee134be

View File

@ -498,7 +498,8 @@ void TempSpace::releaseSpace(offset_t position, size_t size)
return;
}
else if (freeSegments.locate(Firebird::locLess, position))
if (freeSegments.locate(Firebird::locLess, position))
{
// Check the prior segment for being adjacent
Segment* const prior_seg = &freeSegments.current();