Match Lego3DView::Create (#431)

This commit is contained in:
Christian Semmler
2024-01-13 14:58:10 -05:00
committed by GitHub
parent 0edbd9dab9
commit 7d2629318c
4 changed files with 33 additions and 14 deletions

View File

@@ -103,7 +103,7 @@ MxResult MxBitmap::ImportBitmapInfo(MxBITMAPINFO* p_info)
}
if (this->m_data) {
delete this->m_data;
delete[] this->m_data;
this->m_data = NULL;
}
}