# HG changeset patch # User rathann # Date 1112788425 0 # Node ID 719883aa0adfb0f58e4ad9a91f6711524ef43c9a # Parent 6f949cafe480fcd2eb3dcfd54f787853df70b040 fix http://bugzilla.mplayerhq.hu/show_bug.cgi?id=260 diff -r 6f949cafe480 -r 719883aa0adf libmpdemux/stream_vcd.c --- a/libmpdemux/stream_vcd.c Wed Apr 06 07:58:30 2005 +0000 +++ b/libmpdemux/stream_vcd.c Wed Apr 06 11:53:45 2005 +0000 @@ -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; }