From eac99793ea5e3e1630c7c018fd9c8c5f4aded31e Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Sat, 17 May 2025 22:37:27 +0200 Subject: [PATCH] Update LEGO1/omni/src/video/mxstillpresenter.cpp Co-authored-by: Christian Semmler --- LEGO1/omni/src/video/mxstillpresenter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/omni/src/video/mxstillpresenter.cpp b/LEGO1/omni/src/video/mxstillpresenter.cpp index cd4bc605..8f544fc0 100644 --- a/LEGO1/omni/src/video/mxstillpresenter.cpp +++ b/LEGO1/omni/src/video/mxstillpresenter.cpp @@ -53,7 +53,7 @@ void MxStillPresenter::CreateBitmap() m_frameBitmap = new MxBitmap; m_frameBitmap->ImportBitmapInfo(m_bitmapInfo); - delete[] m_bitmapInfo; + delete[] ((MxU8*) m_bitmapInfo); m_bitmapInfo = NULL; }