gnome_vfs_close implicitly destroys the handle

Original commit message from CVS:
gnome_vfs_close implicitly destroys the handle
This commit is contained in:
Wim Taymans 2002-07-28 11:48:26 +00:00
parent 768253dc38
commit 01a81b78a6

View file

@ -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 */