mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
dvbsrc: Don't close a fd that wasn't open
We are handling the failure cases in this block where the open failed CID #206179
This commit is contained in:
parent
bf043208cd
commit
c947e820cf
1 changed files with 0 additions and 1 deletions
|
@ -1026,7 +1026,6 @@ gst_dvbsrc_open_frontend (GstDvbSrc * object, gboolean writable)
|
|||
break;
|
||||
}
|
||||
|
||||
close (object->fd_frontend);
|
||||
g_free (frontend_dev);
|
||||
return FALSE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue