Hi Robert, I submitted the changes in the DelaunayContraint dtor but I think that leak fix had already been submitted by someone else. So you can ignore my changes to the dtor.
But the other change of returning NULL early if _interiorTris was empty is necessary when running in debug mode as the STL bounds-checking throws an exception when you try a _interiorTris.end() call on an empty vector. Thank you! Cheers, Anish ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=55699#55699 _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
