8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 09:20:39 +01:00
This commit is contained in:
robocop 2011-06-11 06:09:39 +00:00
parent 05403a830b
commit 2fcbc4f430

View File

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