mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-25 09:11:15 +00:00
Fix delete
This commit is contained in:
parent
f5961a9f64
commit
0801382ff2
@ -17,7 +17,7 @@ class LegoPathStructBase {
|
|||||||
virtual ~LegoPathStructBase()
|
virtual ~LegoPathStructBase()
|
||||||
{
|
{
|
||||||
if (m_name != NULL) {
|
if (m_name != NULL) {
|
||||||
delete m_name;
|
delete[] m_name;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user