AGI: Fix delete/delete[]
This commit is contained in:
parent
9ffec86b5d
commit
b91da80756
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ void WagProperty::setDefaults() {
|
|||
}
|
||||
|
||||
void WagProperty::deleteData() {
|
||||
delete _propData;
|
||||
delete[] _propData;
|
||||
_propData = NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue