mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +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) {
|
if (m_modeArray != NULL) {
|
||||||
delete m_modeArray;
|
delete[] m_modeArray;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user