mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
gnome_vfs_close implicitly destroys the handle
Original commit message from CVS: gnome_vfs_close implicitly destroys the handle
This commit is contained in:
parent
768253dc38
commit
01a81b78a6
1 changed files with 0 additions and 1 deletions
|
@ -540,7 +540,6 @@ static void gst_gnomevfssrc_close_file(GstGnomeVFSSrc *src)
|
|||
close(src->fd);
|
||||
} else {
|
||||
gnome_vfs_close(src->handle);
|
||||
gnome_vfs_handle_destroy(src->handle);
|
||||
}
|
||||
|
||||
/* zero out a lot of our state */
|
||||
|
|
Loading…
Reference in a new issue