[osg-submissions] osgViewer::View Memory Leak
Donald Cipperly
osgcipp at gmail.com
Thu Oct 25 07:07:00 PDT 2007
In both computeIntersections methods, I believe
osgUtil::LineSegmentIntersector *picker = new
osgUtil::LineSegmentIntersector...
should be
osg::ref_ptr< osgUtil::LineSegmentIntersector > picker = new
osgUtil::LineSegmentIntersector
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.openscenegraph.org/pipermail/osg-submissions-openscenegraph.org/attachments/20071025/bfaec9ea/attachment-0001.html
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: View.cpp
Url: http://lists.openscenegraph.org/pipermail/osg-submissions-openscenegraph.org/attachments/20071025/bfaec9ea/attachment-0001.pot
More information about the osg-submissions
mailing list