[Mplayer-cvslog] CVS: main/osdep vbelib.c,1.21,1.22

Sascha Sommer CVS faust3 at mplayerhq.hu
Fri May 16 18:35:26 CEST 2003


Update of /cvsroot/mplayer/main/osdep
In directory mail:/var/tmp.root/cvs-serv8379/osdep

Modified Files:
	vbelib.c 
Log Message:
uninit fix by Aurelien JACOBS <aurel at gnuage.org>

Index: vbelib.c
===================================================================
RCS file: /cvsroot/mplayer/main/osdep/vbelib.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- vbelib.c	22 Aug 2002 23:03:51 -0000	1.21
+++ vbelib.c	16 May 2003 16:34:57 -0000	1.22
@@ -150,7 +150,7 @@
 
 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;



More information about the MPlayer-cvslog mailing list