mirror of
https://github.com/mpv-player/mpv
synced 2025-02-19 22:36:55 +00:00
uninit fix by Aurelien JACOBS <aurel at gnuage.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10115 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6ecc38f40b
commit
39c855e79a
@ -150,7 +150,7 @@ int vbeInit( void )
|
||||
|
||||
int vbeDestroy( void )
|
||||
{
|
||||
__set_cursor_type(my_stdout,1);
|
||||
if (my_stdout) __set_cursor_type(my_stdout,1);
|
||||
close(fd_mem);
|
||||
LRMI_free_real(controller_info);
|
||||
return VBE_OK;
|
||||
|
Loading…
Reference in New Issue
Block a user