]> git.mxchange.org Git - simgear.git/commitdiff
Correct a typo that produces segfault during cleanup on some systems.
authorehofman <ehofman>
Thu, 22 Jul 2004 08:04:18 +0000 (08:04 +0000)
committerehofman <ehofman>
Thu, 22 Jul 2004 08:04:18 +0000 (08:04 +0000)
simgear/scene/model/animation.cxx

index 8a1c73e2281ef3bb5701cdc727f25969bf626b84..b6f9ecbc6397f5bdaaf5134439c8719aeb866e9e 100644 (file)
@@ -963,8 +963,7 @@ SGTexMultipleAnimation::SGTexMultipleAnimation( SGPropertyNode *prop_root,
 
 SGTexMultipleAnimation::~SGTexMultipleAnimation ()
 {
-  // delete _table;
-  delete _transform;
+   delete [] _transform;
 }
 
 int