Revision: 7997
          http://playerstage.svn.sourceforge.net/playerstage/?rev=7997&view=rev
Author:   hsujohnhsu
Date:     2009-07-11 22:51:27 +0000 (Sat, 11 Jul 2009)

Log Message:
-----------
forgot to delete param pointers on exit.

Modified Paths:
--------------
    code/gazebo/trunk/server/physics/ode/ODEPhysics.cc

Modified: code/gazebo/trunk/server/physics/ode/ODEPhysics.cc
===================================================================
--- code/gazebo/trunk/server/physics/ode/ODEPhysics.cc  2009-07-11 22:51:21 UTC 
(rev 7996)
+++ code/gazebo/trunk/server/physics/ode/ODEPhysics.cc  2009-07-11 22:51:27 UTC 
(rev 7997)
@@ -92,6 +92,10 @@
   delete this->globalCFMP;
   delete this->globalERPP;
   delete this->quickStepP;
+  delete this->quickStepItersP;
+  delete this->quickStepWP;
+  delete this->contactMaxCorrectingVelP;
+  delete this->contactSurfaceLayerP;
 }
 
 
////////////////////////////////////////////////////////////////////////////////


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to