Thanks Kim, I've merged your fix, and when reviewing the code spotted a memory leak in the original code so have added use of ref_ptr<> to address this. Changes all merged and checked into svn/trunk. Cheers, Robert.
On Sun, Dec 19, 2010 at 7:15 AM, Seokhwan Kim <[email protected]> wrote: > Hi, > sln/example_osganimationmorph/osganimationmorph.cpp > in this file, > function, > osg::Geometry* getShape(const std::string& name) > (line 51) > tries to use null pointer when model is not provided. > I added simple comment in attached file. > Best, > - Kim > _______________________________________________ > osg-submissions mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org > > _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
