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