mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 08:41:16 +00:00
Fix
This commit is contained in:
parent
09a89051c8
commit
1eef769034
@ -29,10 +29,10 @@ MxCriticalSection::~MxCriticalSection()
|
|||||||
{
|
{
|
||||||
if (m_mutex != NULL) {
|
if (m_mutex != NULL) {
|
||||||
CloseHandle(m_mutex);
|
CloseHandle(m_mutex);
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
DeleteCriticalSection(&m_criticalSection);
|
DeleteCriticalSection(&m_criticalSection);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x100b6d80
|
// FUNCTION: LEGO1 0x100b6d80
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user