mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 02:03:04 +01:00
Fix by Alex to prevent crash at exit time
This commit is contained in:
parent
9ce861bdd9
commit
b777663ea0
@ -571,7 +571,7 @@ namespace
|
||||
PluginModule* current = NULL;
|
||||
|
||||
PluginModule::PluginModule(ModuleLoader::Module* pmodule, const PathName& pname)
|
||||
: module(pmodule), regPlugins(getPool()), next(modules),
|
||||
: module(pmodule), cleanup(NULL), regPlugins(getPool()), next(modules),
|
||||
prev(&modules), name(getPool(), pname)
|
||||
{
|
||||
if (next)
|
||||
|
Loading…
Reference in New Issue
Block a user