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

small optimization - noticed by Claudio

This commit is contained in:
alexpeshkoff 2004-09-06 08:46:21 +00:00
parent 7c5c62fe85
commit 81f03912ee

View File

@ -3321,7 +3321,7 @@ static void get_trigger_dependencies( DeferredWork* work)
}
else
{
JrdMemoryPool::deletePool(tdbb->getDefaultPool());
JrdMemoryPool::deletePool(new_pool);
}
}
}