diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/helper.c b/lib/helper.c index 62f0b65..b8c73be 100644 --- a/lib/helper.c +++ b/lib/helper.c @@ -279,11 +279,11 @@ struct fuse *__fuse_setup(int argc, char *argv[], } } - fuse_instance = fuse; res = set_signal_handlers(); if (res == -1) goto err_destroy; + fuse_instance = fuse; free(kernel_opts); free(lib_opts); return fuse; |