8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 22:03:03 +01:00

Missed initialization

This commit is contained in:
hvlad 2011-03-18 13:11:32 +00:00
parent 9b3732e42d
commit 72a9eb2fc8

View File

@ -82,7 +82,7 @@ protected:
public:
Mutex()
#ifdef DEV_BUILD
: reason(NULL)
: reason(NULL), lockCount(0)
#endif
{
InitializeCriticalSection(&spinlock);