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