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:
parent
3496c5d2c7
commit
0a2fb31dae
@ -9859,6 +9859,8 @@ void TrigVector::release()
|
||||
|
||||
void TrigVector::release(thread_db* tdbb)
|
||||
{
|
||||
fb_assert(useCount.value() > 0);
|
||||
|
||||
if (--useCount == 0)
|
||||
{
|
||||
decompile(tdbb);
|
||||
|
Loading…
Reference in New Issue
Block a user