mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-20 23:01:16 +00:00
Update LEGO1/omni/src/video/mxstillpresenter.cpp
Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
parent
857ed50e1f
commit
eac99793ea
@ -53,7 +53,7 @@ void MxStillPresenter::CreateBitmap()
|
|||||||
m_frameBitmap = new MxBitmap;
|
m_frameBitmap = new MxBitmap;
|
||||||
m_frameBitmap->ImportBitmapInfo(m_bitmapInfo);
|
m_frameBitmap->ImportBitmapInfo(m_bitmapInfo);
|
||||||
|
|
||||||
delete[] m_bitmapInfo;
|
delete[] ((MxU8*) m_bitmapInfo);
|
||||||
m_bitmapInfo = NULL;
|
m_bitmapInfo = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user