mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-09-23 03:55:44 -04:00
Correct delete[] in mxcontrolpresenter.cpp (#1498)
This commit is contained in:
parent
46ae3fbe89
commit
2d92aee589
@ -28,7 +28,7 @@ MxControlPresenter::MxControlPresenter()
|
||||
MxControlPresenter::~MxControlPresenter()
|
||||
{
|
||||
if (m_states) {
|
||||
delete m_states;
|
||||
delete[] m_states;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user