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 #ifdef PLACEBO
pthread_cleanup_pop(NULL); pthread_cleanup_pop(NULL);
#endif #endif
#ifdef USE_DRM
drm_clean_up();
#endif
return dummy; return dummy;
} }
@ -6753,7 +6751,9 @@ void VideoExit(void)
Connection = 0; Connection = 0;
} }
#endif #endif
#ifdef USE_DRM
drm_clean_up();
#endif
} }
#ifdef USE_DRM #ifdef USE_DRM