issue #6: initialize m_pLock

This commit is contained in:
Ming 2010-07-29 10:18:23 +00:00
parent 08e46a37a4
commit 8ab8a1bb57
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ THE SOFTWARE.
NSLock::NSLock(void)
{
m_pLock = new SS_LOCK_t();
CriticalSectionInit(m_pLock);
}