Hi Robert, here is a trivial fix in the Inventor plugin. In one code path, the pointer validity is checked after dereferencing a pointer that can be null (image->valid()) instead of calling ref_ptr::valid (image.valid()).
Hope this is useful. Cheers, Marc ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=61183#61183 Attachments: http://forum.openscenegraph.org//files/convertfrominventor_124.cpp _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
