OpenSceneGraph/applications
Robert Osfield 8df1106957 Fixed Coverity reported issue.
CID 11388: Resource leak in object (CTOR_DTOR_LEAK)
Allocating memory by calling "new char[numBytes]".
Assigning: "this->_startPtr" = "new char[numBytes]".
The constructor allocates field "_startPtr" of "struct DataConverter" but there is no destructor.
Assigning: "this->_currentPtr" = "new char[numBytes]".
The constructor allocates field "_currentPtr" of "struct DataConverter" but there is no destructor.
2011-05-06 09:22:17 +00:00
..
osgarchive Fixed typo of commercial 2010-11-22 11:22:03 +00:00
osgconv Fixed typo 2011-05-05 10:28:34 +00:00
osgfilecache Added osg::Geometry::verifyArray(std::ostream&) method to enable checks to be done on osg::Geometry to see if the arrays 2011-01-03 19:41:06 +00:00
osgversion Updated ChangeLog and AUTHORS for 2.9.13 dev release 2011-04-26 14:55:19 +00:00
osgviewer Added --speed <ratio> command line parameter to osgviewer to enable control of the speed that animation paths are played back at. 2010-12-17 11:19:29 +00:00
present3D Fixed Coverity reported issue. 2011-05-06 09:22:17 +00:00
CMakeLists.txt Added support for initial cut of static build of Present3D. 2009-06-20 17:03:38 +00:00