git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15058 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rathann 2005-04-06 11:53:45 +00:00
parent f2312ef605
commit d621bc66d2
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}