src/xvba_video_glx.c: properly cleanup on shutdown of render_thread()
The render thread allocates a new render_context, but never destroys it when shutting down. It possibly leaks on closing.
Showing
Please register or sign in to comment