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

Postfix for #7510: Firebird regularly crashes soon after unload of udr_engine plugin; never release statis instance of SystemEngine

This commit is contained in:
AlexPeshkoff 2023-03-31 18:46:27 +03:00
parent be7c51dad6
commit afcb9b563f

View File

@ -1140,6 +1140,12 @@ namespace
}
public:
virtual int release() override
{
// Never delete static instance of SystemEngine
return 1;
}
void open(ThrowStatusExceptionWrapper* status, IExternalContext* context,
char* name, unsigned nameSize) override
{