8
0
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:
hvlad 2011-04-06 12:06:04 +00:00
parent 9ce861bdd9
commit b777663ea0

View File

@ -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)