Hi Amujika, There really is nothing anybody can say to help given the scant details of what you are doing.
Robert. On Fri, May 29, 2009 at 11:04 AM, Andoni Mujika <[email protected]> wrote: > Hi Robert, > > Sorry for not being very precise. I also tried osg::ref_ptr<>. Now, the code > looks like this: > > osg::ref_ptr<osg::Vec3Array> m_geom; > > m_geom = (osg::Vec3Array*) ((dynamic_cast<osg::Vec3Array*> > (m_NewGeom)->clone(osg::CopyOp::DEEP_COPY_ARRAYS))); > > > > the memory grows and grows... > > Thank you, > > Amujika > > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > > _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

