[Orxonox-commit 416] r2999 - branches/sound/src/orxonox/objects/items
erwin at orxonox.net
erwin at orxonox.net
Wed May 20 20:45:29 CEST 2009
Author: erwin
Date: 2009-05-20 20:45:29 +0200 (Wed, 20 May 2009)
New Revision: 2999
Modified:
branches/sound/src/orxonox/objects/items/Engine.cc
Log:
fixed segfault bug on tardis
Modified: branches/sound/src/orxonox/objects/items/Engine.cc
===================================================================
--- branches/sound/src/orxonox/objects/items/Engine.cc 2009-05-20 18:31:23 UTC (rev 2998)
+++ branches/sound/src/orxonox/objects/items/Engine.cc 2009-05-20 18:45:29 UTC (rev 2999)
@@ -66,6 +66,8 @@
this->setConfigValues();
this->registerVariables();
+
+ this->sound_ = NULL;
}
Engine::~Engine()
More information about the Orxonox-commit
mailing list