mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 07:11:16 +00:00
Update LEGO1/mxdirectdraw.cpp
Co-authored-by: MattKC <34096995+itsmattkc@users.noreply.github.com>
This commit is contained in:
parent
77b91dfed9
commit
61414ef82c
@ -34,12 +34,12 @@ MxDirectDraw::DeviceModesInfo::~DeviceModesInfo()
|
||||
{
|
||||
if (p_guid != NULL)
|
||||
{
|
||||
free(p_guid);
|
||||
delete p_guid;
|
||||
}
|
||||
|
||||
if (m_mode_ARRAY != NULL)
|
||||
{
|
||||
free(m_mode_ARRAY);
|
||||
delete m_mode_ARRAY;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user