mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:03:03 +01:00
Missed initialization
This commit is contained in:
parent
9b3732e42d
commit
72a9eb2fc8
@ -82,7 +82,7 @@ protected:
|
||||
public:
|
||||
Mutex()
|
||||
#ifdef DEV_BUILD
|
||||
: reason(NULL)
|
||||
: reason(NULL), lockCount(0)
|
||||
#endif
|
||||
{
|
||||
InitializeCriticalSection(&spinlock);
|
||||
|
Loading…
Reference in New Issue
Block a user