mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 20:03:03 +01:00
small optimization - noticed by Claudio
This commit is contained in:
parent
7c5c62fe85
commit
81f03912ee
@ -3321,7 +3321,7 @@ static void get_trigger_dependencies( DeferredWork* work)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
JrdMemoryPool::deletePool(tdbb->getDefaultPool());
|
JrdMemoryPool::deletePool(new_pool);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user