Revision: 6937 http://playerstage.svn.sourceforge.net/playerstage/?rev=6937&view=rev Author: thjc Date: 2008-07-30 00:25:51 +0000 (Wed, 30 Jul 2008)
Log Message: ----------- applied equivalent of patch to initialise pointer with null value, fixes segfault [ 2029039 ] bug fix:dynamic casting of Entity class in Toolbar::Update() Modified Paths: -------------- code/gazebo/trunk/server/Simulator.cc Modified: code/gazebo/trunk/server/Simulator.cc =================================================================== --- code/gazebo/trunk/server/Simulator.cc 2008-07-29 23:49:13 UTC (rev 6936) +++ code/gazebo/trunk/server/Simulator.cc 2008-07-30 00:25:51 UTC (rev 6937) @@ -69,7 +69,8 @@ userQuit(false), guiEnabled(true), physicsEnabled(true), - timeout(-1) + timeout(-1), + selectedEntity(NULL) { } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Playerstage-commit mailing list Playerstage-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/playerstage-commit