mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 07:23:03 +01:00
Variable shadowing
This commit is contained in:
parent
7ca89e9659
commit
ded2e9ee92
@ -1423,7 +1423,7 @@ ISC_STATUS GDS_DSQL_PREPARE_CPP(ISC_STATUS* user_status,
|
|||||||
// Now that we know that the new request exists, zap the old one.
|
// Now that we know that the new request exists, zap the old one.
|
||||||
|
|
||||||
{
|
{
|
||||||
DsqlContextPoolHolder context(tdsql, &old_request->req_pool);
|
DsqlContextPoolHolder another_context(tdsql, &old_request->req_pool);
|
||||||
release_request(old_request, true);
|
release_request(old_request, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user