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