[MPlayer-cvslog] CVS: main/libmpdemux stream_vcd.c,1.6,1.7

Dominik Mierzejewski CVS syncmail at mplayerhq.hu
Wed Apr 6 13:53:47 CEST 2005


CVS change done by Dominik Mierzejewski CVS

Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv13731/libmpdemux

Modified Files:
	stream_vcd.c 
Log Message:
fix http://bugzilla.mplayerhq.hu/show_bug.cgi?id=260


Index: stream_vcd.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/stream_vcd.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- stream_vcd.c	18 Oct 2004 21:05:14 -0000	1.6
+++ stream_vcd.c	6 Apr 2005 11:53:45 -0000	1.7
@@ -89,7 +89,6 @@
   f=open(p->device,O_RDONLY);
   if(f<0){ 
     mp_msg(MSGT_OPEN,MSGL_ERR,MSGTR_CdDevNotfound,p->device);
-    close(f);
     m_struct_free(&stream_opts,opts);
     return STREAM_ERROR;
   }




More information about the MPlayer-cvslog mailing list