Correct a typo that produces segfault during cleanup on some systems.

Index: simgear/scene/model/animation.cxx
===================================================================
RCS file: /var/cvs/SimGear-0.3/SimGear/simgear/scene/model/animation.cxx,v
retrieving revision 1.24
diff -u -r1.24 animation.cxx
--- simgear/scene/model/animation.cxx   20 May 2004 14:18:15 -0000      1.24
+++ simgear/scene/model/animation.cxx   21 Jul 2004 21:25:25 -0000
@@ -963,8 +963,7 @@
 
 SGTexMultipleAnimation::~SGTexMultipleAnimation ()
 {
-  // delete _table;
-  delete _transform;
+   delete [] _transform;
 }
 
 int



_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to