diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2005-11-08 13:04:27 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2005-11-08 13:04:27 +0000 |
commit | 4ec0681e0576c6892f7d919d14bf6188c728b9f8 (patch) | |
tree | 735b932b475043d3f6e244485af7d393de335975 /lib | |
parent | c706ad9ca07dff0ef4abd69b008bb7819d3bf1f7 (diff) | |
download | libfuse-4ec0681e0576c6892f7d919d14bf6188c728b9f8.tar.gz |
fix
Diffstat (limited to 'lib')
-rw-r--r-- | lib/helper.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/helper.c b/lib/helper.c index b078c25..ae43c87 100644 --- a/lib/helper.c +++ b/lib/helper.c @@ -377,7 +377,6 @@ void fuse_teardown(struct fuse *fuse, int fd, char *mountpoint) fuse_instance = NULL; fuse_destroy(fuse); - close(fd); fuse_unmount(mountpoint); free(mountpoint); } |