COMMON: Fix delete[]/new[] mismatch in clickteam
This commit is contained in:
parent
44a7a4f9c2
commit
5220c16e40
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ public:
|
|||
uint32 _size;
|
||||
|
||||
~ClickteamTag() {
|
||||
delete _contents;
|
||||
delete[] _contents;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue