diff --git a/simgear/scene/model/animation.cxx b/simgear/scene/model/animation.cxx index 8a1c73e2..b6f9ecbc 100644 --- a/simgear/scene/model/animation.cxx +++ b/simgear/scene/model/animation.cxx @@ -963,8 +963,7 @@ SGTexMultipleAnimation::SGTexMultipleAnimation( SGPropertyNode *prop_root, SGTexMultipleAnimation::~SGTexMultipleAnimation () { - // delete _table; - delete _transform; + delete [] _transform; } int