diff --git a/common/clickteam.h b/common/clickteam.h index ab89b172742..aa3e67f4a50 100644 --- a/common/clickteam.h +++ b/common/clickteam.h @@ -49,7 +49,7 @@ public: uint32 _size; ~ClickteamTag() { - delete _contents; + delete[] _contents; } };