mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:03:02 +01:00
Merge pull request #7660 from red-soft-ru/release_broken_trace_plugin
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Add missing release of broken trace plugin
This commit is contained in:
commit
f04751bc69
@ -458,6 +458,7 @@ void TraceManager::event_dsql_restart(Attachment* att, jrd_tra* transaction,
|
||||
i++; /* Move to next plugin */ \
|
||||
} \
|
||||
else { \
|
||||
plug_info->plugin->release(); \
|
||||
trace_sessions.remove(i); /* Remove broken plugin from the list */ \
|
||||
} \
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user