mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 18:03:04 +01:00
Correction - thanks to Dmitry.
This commit is contained in:
parent
ed585ab09f
commit
4a4f680741
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user