Merge pull request #2 from Mitachi2611/fix-mutex-pointer-reset-in-Destroy-method
fix: mutex pointer reset in Destroy method
This commit is contained in:
@@ -68,7 +68,7 @@ void CAsyncSQL::Destroy()
|
||||
::DeleteCriticalSection(m_mtxResult);
|
||||
#endif
|
||||
delete m_mtxResult;
|
||||
m_mtxQuery = NULL;
|
||||
m_mtxResult = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user