mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 09:20:39 +01:00
Misc.
This commit is contained in:
parent
05403a830b
commit
2fcbc4f430
@ -600,7 +600,7 @@ void MemoryPool::releaseBlock(MemBlock *block) throw ()
|
||||
}
|
||||
|
||||
int slot = length / roundingSize;
|
||||
void *next = freeObjects [slot];
|
||||
void *next = freeObjects[slot];
|
||||
block->pool = (MemoryPool*) next;
|
||||
freeObjects[slot] = block;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user