mirror of
https://github.com/yshui/picom.git
synced 2024-11-03 04:33:49 -05:00
vblank: fix a memory leak in the sgi_video_sync_thread function
This commit is contained in:
parent
05c764c605
commit
2dc218849d
1 changed files with 1 additions and 0 deletions
|
@ -229,6 +229,7 @@ start_failed:
|
|||
pthread_mutex_unlock(&args->start_mtx);
|
||||
|
||||
cleanup:
|
||||
log_deinit_tls();
|
||||
if (dpy) {
|
||||
glXMakeCurrent(dpy, None, NULL);
|
||||
if (ctx) {
|
||||
|
|
Loading…
Reference in a new issue