From 39c855e79ac97b014d8455035e46a8248eddc232 Mon Sep 17 00:00:00 2001 From: faust3 Date: Fri, 16 May 2003 16:34:57 +0000 Subject: uninit fix by Aurelien JACOBS git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10115 b3059339-0415-0410-9bf9-f77b7e298cf2 --- osdep/vbelib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'osdep') diff --git a/osdep/vbelib.c b/osdep/vbelib.c index d3fc9a445f..6b446344cb 100644 --- a/osdep/vbelib.c +++ b/osdep/vbelib.c @@ -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; -- cgit v1.2.3