mirror of
https://github.com/mpv-player/mpv
synced 2025-03-22 19:34:14 +00:00
hotfix (i doubt it will really fix this issue) by Fredrik Kuivinen <freku045@student.liu.se>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5204 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9fbac36766
commit
dbfd7500d4
@ -757,6 +757,7 @@ return 0;
|
|||||||
static void uninit(void)
|
static void uninit(void)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
if(!mDisplay) return;
|
||||||
saver_on(mDisplay); // screen saver back on
|
saver_on(mDisplay); // screen saver back on
|
||||||
for( i=0;i<num_buffers;i++ ) deallocate_xvimage( i );
|
for( i=0;i<num_buffers;i++ ) deallocate_xvimage( i );
|
||||||
#ifdef HAVE_XF86VM
|
#ifdef HAVE_XF86VM
|
||||||
|
Loading…
Reference in New Issue
Block a user