mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 03:23:03 +01:00
Misc.
This commit is contained in:
parent
003db5fb3d
commit
6f1ee134be
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user