Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
opengl: release context in glx_destroy
GLX context is not destroyed immediately after calling glXDestroyContext. It is only destroyed when it's no longer being used. So make sure to release the context Fixes yshui#381 Signed-off-by: Yuxuan Shui <[email protected]>
- Loading branch information