Files
OpenSceneGraph/src/osg
Robert Osfield 501008f256 Fixed 2 Coverity reported issues.
Following are both false positives as the the scope they are in will always assign the object to a ref counted
structure.  I've modified the code to use ref_ptr<> to just make it clear that it's underscope, although
this is not strictly neccessary as the code is OK, I introduced this for clarity and robustness in
presence of exceptions.

CID 11586: Resource leak (RESOURCE_LEAK)
Calling allocation function "operator new(unsigned long long)".
Variable "<storage from new>" is not freed or pointed-to in function "osg::VertexBufferObject::VertexBufferObject()". [show details]
Assigning: "vbo" = storage returned from "new osg::VertexBufferObject".


CID 11587: Resource leak (RESOURCE_LEAK)
Calling allocation function "operator new(unsigned long long)".
Variable "<storage from new>" is not freed or pointed-to in function "osg::ElementBufferObject::ElementBufferObject()". [show details]
Assigning: "ebo" = storage returned from "new osg::ElementBufferObject".
2011-04-27 16:01:43 +00:00
..
2007-12-04 14:44:21 +00:00
2006-07-18 15:21:48 +00:00
2006-07-18 15:21:48 +00:00
2006-07-18 15:21:48 +00:00
2007-08-10 17:44:54 +00:00
2011-04-14 15:22:43 +00:00
2006-07-18 15:21:48 +00:00
2011-04-27 16:01:43 +00:00
2010-11-22 11:22:03 +00:00
2010-11-22 11:22:03 +00:00
2006-07-18 15:21:48 +00:00
2009-02-03 17:14:34 +00:00
2006-07-18 15:21:48 +00:00
2006-07-18 15:21:48 +00:00
2006-07-18 15:21:48 +00:00
2010-12-23 13:11:15 +00:00
2006-07-18 15:21:48 +00:00
2011-03-30 15:15:07 +00:00
2006-07-18 15:21:48 +00:00
2006-07-18 15:21:48 +00:00
2010-11-22 11:22:03 +00:00
2006-10-30 12:14:00 +00:00
2010-12-03 17:20:32 +00:00
2009-11-23 09:53:08 +00:00