[osg-submissions] Data deleted before access in dae plugin
Parag Chaudhuri
parag at miralab.unige.ch
Tue Jul 24 05:27:21 PDT 2007
Hi,
I do not know if this is a previously reported bug or not. If it is then please excuse the
mail.
I am using the OSG 2.0 stable release and not the nightly CVS version.
In daeRMaterials.cpp in the COLLADA plugin, in the processTexture function, Lines 519-522
of the source file:
The "delete [] path" appears before the "osg::notify", causing the data pointed to by
"filename" to be deleted before access causing an access violation.
best wishes,
Parag
More information about the osg-submissions
mailing list