Revision: 8999
          http://playerstage.svn.sourceforge.net/playerstage/?rev=8999&view=rev
Author:   hsujohnhsu
Date:     2010-12-02 10:08:45 +0000 (Thu, 02 Dec 2010)

Log Message:
-----------
fix uninitialized physicsThread variable

Modified Paths:
--------------
    code/gazebo/branches/wg/server/Simulator.cc

Modified: code/gazebo/branches/wg/server/Simulator.cc
===================================================================
--- code/gazebo/branches/wg/server/Simulator.cc 2010-12-02 09:55:50 UTC (rev 
8998)
+++ code/gazebo/branches/wg/server/Simulator.cc 2010-12-02 10:08:45 UTC (rev 
8999)
@@ -135,6 +135,7 @@
   this->startTime = this->GetWallTime();
   this->gazeboConfig=new gazebo::GazeboConfig();
   this->pause = false;
+  this->physicsThread = NULL;
 }
 
 
////////////////////////////////////////////////////////////////////////////////


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

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to