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

Correction - thanks to Dmitry.

This commit is contained in:
Adriano dos Santos Fernandes 2017-11-26 18:34:04 -02:00
parent ed585ab09f
commit 4a4f680741

View File

@ -112,7 +112,7 @@ void Jrd::Attachment::destroy(Attachment* const attachment)
MemoryPool* Jrd::Attachment::createPool()
{
MemoryPool* const pool = MemoryPool::createPool(NULL, att_memory_stats);
MemoryPool* const pool = MemoryPool::createPool(att_pool, att_memory_stats);
att_pools.add(pool);
return pool;
}