Reverse DETA fix

This commit is contained in:
jojo61 2020-01-03 13:58:24 +01:00
parent dfe70f4f96
commit 2f0b1d0df9
1 changed files with 4 additions and 4 deletions

View File

@ -5262,9 +5262,7 @@ static void *VideoHandlerThread(void *dummy)
#ifdef PLACEBO
pthread_cleanup_pop(NULL);
#endif
#ifdef USE_DRM
drm_clean_up();
#endif
return dummy;
}
@ -6753,7 +6751,9 @@ void VideoExit(void)
Connection = 0;
}
#endif
#ifdef USE_DRM
drm_clean_up();
#endif
}
#ifdef USE_DRM