8
0
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

Add missing release of broken trace plugin
This commit is contained in:
Vlad Khorsun 2023-07-07 09:24:08 +03:00 committed by GitHub
commit f04751bc69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 */ \
} \
}