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

Fixed CORE-1442.

This commit is contained in:
dimitr 2007-09-06 06:35:46 +00:00
parent a8c208566a
commit 372fee81c1

View File

@ -1166,7 +1166,8 @@ void PAG_header(bool info)
}
catch (std::exception&) {
// no-op, just ensure the header page will be released
CCH_RELEASE(tdbb, &window);
throw;
}
CCH_RELEASE(tdbb, &window);