From: Duilio J. P. <dp...@fc...> - 2004-07-01 03:12:44
|
I have removed temporarily the free() call from visual_video_free_buffer(), because we don't known if this is memory malloc'ed from us (in XMMS plugin this point to the pixels field of the SDL_ScreenSurface created by SDL on another thread, which can be even a hardware surface). -- Thanks to valgrind -- We need some flags inside the VisVideo that tells if the screenbuffer was created by us or not. Bye, Duilio. |