codec/avcodec/vaapi_x11.c: fix double free
Do not free pic->p_sys twice. The function picture_Delete() already does freeing of pic->p_sys.
Showing
Please register or sign in to comment
Do not free pic->p_sys twice. The function picture_Delete() already does freeing of pic->p_sys.