mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 10:40:38 +01:00
Avoid multiple attempts to shutdown (frontported)
This commit is contained in:
parent
4c998304ce
commit
1744bc6827
@ -192,6 +192,9 @@ Manager::~Manager()
|
||||
|
||||
void Manager::shutdown()
|
||||
{
|
||||
if (m_shutdown)
|
||||
return;
|
||||
|
||||
m_shutdown = true;
|
||||
|
||||
m_workingSemaphore.release();
|
||||
|
Loading…
Reference in New Issue
Block a user