Revision: 7328
          http://playerstage.svn.sourceforge.net/playerstage/?rev=7328&view=rev
Author:   natepak
Date:     2009-02-10 19:48:30 +0000 (Tue, 10 Feb 2009)

Log Message:
-----------
Removed duplicate Fini in Controller destructor

Modified Paths:
--------------
    code/gazebo/trunk/server/controllers/Controller.cc

Modified: code/gazebo/trunk/server/controllers/Controller.cc
===================================================================
--- code/gazebo/trunk/server/controllers/Controller.cc  2009-02-10 19:46:19 UTC 
(rev 7327)
+++ code/gazebo/trunk/server/controllers/Controller.cc  2009-02-10 19:48:30 UTC 
(rev 7328)
@@ -58,7 +58,6 @@
 /// Destructor
 Controller::~Controller()
 {
-  this->Fini();
   delete this->nameP;
   delete this->updatePeriodP;
 }
@@ -198,7 +197,6 @@
   {
     delete *iter;
   }
-
   this->ifaces.clear();
 
   this->FiniChild();


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

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to