msdk: Fix abort when drm device won't open
If the drm device node fails to open or vaapi use fails, the msdkcontext closes the session but does not initialize to NULL. So, when the context is finalized, the session is double freed and abort occurs.
Showing
Please register or sign in to comment