libplacebo: opengl: fix double-release
glReleaseCurrent accidentally gets run twice in this code, including once before creating the swapchain (where we definitely want the process to be current!).
Fix this logic to only release the context once.
glReleaseCurrent accidentally gets run twice in this code, including once before creating the swapchain (where we definitely want the process to be current!).
Fix this logic to only release the context once.
VideoLAN code repository instance