From d621bc66d2ae9b9e3d375add71b1b45c6aa66e7f Mon Sep 17 00:00:00 2001 From: rathann Date: Wed, 6 Apr 2005 11:53:45 +0000 Subject: [PATCH] fix http://bugzilla.mplayerhq.hu/show_bug.cgi?id=260 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15058 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/stream_vcd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libmpdemux/stream_vcd.c b/libmpdemux/stream_vcd.c index 93203ddf6b..3c408cba48 100644 --- a/libmpdemux/stream_vcd.c +++ b/libmpdemux/stream_vcd.c @@ -89,7 +89,6 @@ static int open_s(stream_t *stream,int mode, void* opts, int* file_format) { 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; } -- 2.11.4.GIT