mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 10:41:15 +00:00
Fix deletion of modeArray
This commit is contained in:
parent
e7295f6744
commit
6695ae95e7
@ -1127,6 +1127,6 @@ MxDirectDraw::DeviceModesInfo::~DeviceModesInfo()
|
||||
}
|
||||
|
||||
if (m_modeArray != NULL) {
|
||||
delete m_modeArray;
|
||||
delete[] m_modeArray;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user