projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
768253d
)
gnome_vfs_close implicitly destroys the handle
author
Wim Taymans
<wim.taymans@gmail.com>
Sun, 28 Jul 2002 11:48:26 +0000
(11:48 +0000)
committer
Wim Taymans
<wim.taymans@gmail.com>
Sun, 28 Jul 2002 11:48:26 +0000
(11:48 +0000)
Original commit message from CVS:
gnome_vfs_close implicitly destroys the handle
ext/gnomevfs/gstgnomevfssrc.c
patch
|
blob
|
history
diff --git
a/ext/gnomevfs/gstgnomevfssrc.c
b/ext/gnomevfs/gstgnomevfssrc.c
index
af9e3d2
..
43e61c3
100644
(file)
--- a/
ext/gnomevfs/gstgnomevfssrc.c
+++ b/
ext/gnomevfs/gstgnomevfssrc.c
@@
-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 */