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

Fixed the origin of CORE-2264.

This commit is contained in:
dimitr 2009-01-06 15:57:52 +00:00
parent de3301d49f
commit 8b6661a477

View File

@ -4838,6 +4838,7 @@ static bool modify_procedure(thread_db* tdbb,
}
catch (const Firebird::Exception&)
{
fb_utils::init_status(tdbb->tdbb_status_vector);
}
dbb->deletePool(new_pool);