mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:43:03 +01:00
Misc.
This commit is contained in:
parent
1bb24e6c08
commit
93b3c8933e
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user