OpenSceneGraph/src/osgPlugins/xine
Robert Osfield 010411e535 From David Callu, "I have a Segfault with xine plugin, when I load a video, then delete the XineStreamImage,
then reload a video and finally delete the second XineStreamImage.

In src/osgPlugins/xine/video_out_rgb.c, many code is ASM code, and 'clear()' function is one of them.
If OSG is compiled without the flag COMPILE_ASSEMBLY (default behaviours) the clear() function is an empty
function and allocated memory is never initialized to 0. So a structure which contain pointer haven't its pointer set to NULL.
And when we need to delete this pointer, all go bad.

I join the fixed file."
2009-11-20 11:46:20 +00:00
..
CMakeLists.txt From Philip Lowman, clean up of CMake files 2009-04-09 09:23:45 +00:00
ReaderWriterXine.cpp Fixed warnings 2008-12-18 15:49:44 +00:00
video_out_rgb.c From David Callu, "I have a Segfault with xine plugin, when I load a video, then delete the XineStreamImage, 2009-11-20 11:46:20 +00:00
video_out_rgb.h Added usage of the new xine_register_plugins() call. 2005-02-13 16:35:52 +00:00