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
@ -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…
x
Reference in New Issue
Block a user