mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 08:03:03 +01:00
Fixed CORE-1442.
This commit is contained in:
parent
a8c208566a
commit
372fee81c1
@ -1166,7 +1166,8 @@ void PAG_header(bool info)
|
|||||||
|
|
||||||
}
|
}
|
||||||
catch (std::exception&) {
|
catch (std::exception&) {
|
||||||
// no-op, just ensure the header page will be released
|
CCH_RELEASE(tdbb, &window);
|
||||||
|
throw;
|
||||||
}
|
}
|
||||||
|
|
||||||
CCH_RELEASE(tdbb, &window);
|
CCH_RELEASE(tdbb, &window);
|
||||||
|
Loading…
Reference in New Issue
Block a user