8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:00:38 +01:00

Added assert to show bug #8079

This commit is contained in:
Vlad Khorsun 2024-04-11 14:21:40 +03:00
parent 3496c5d2c7
commit 0a2fb31dae

View File

@ -9859,6 +9859,8 @@ void TrigVector::release()
void TrigVector::release(thread_db* tdbb)
{
fb_assert(useCount.value() > 0);
if (--useCount == 0)
{
decompile(tdbb);