8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 02:03:04 +01:00
This commit is contained in:
asfernandes 2011-12-21 00:51:28 +00:00
parent 1bb24e6c08
commit 93b3c8933e

View File

@ -2238,9 +2238,9 @@ void dsql_req::destroy(thread_db* tdbb, dsql_req* request, bool drop)
// hvlad: lines below is commented out as
// - child is already unlinked from its parent request
// - we should not free child's sql text until its owner request is alive
// It seems to me we should destroy owner request here, not a child
// statement - as it always was before
// It seems to me we should destroy owner request here, not a child
// statement - as it always was before
//Jrd::ContextPoolHolder context(tdbb, &child->getPool());
//release_statement(child);
}