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:
parent
be7c51dad6
commit
afcb9b563f
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user