diff options
| -rw-r--r-- | xlators/mount/fuse/src/fuse-bridge.c | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/xlators/mount/fuse/src/fuse-bridge.c b/xlators/mount/fuse/src/fuse-bridge.c index 01be4ef7902..81fff39c124 100644 --- a/xlators/mount/fuse/src/fuse-bridge.c +++ b/xlators/mount/fuse/src/fuse-bridge.c @@ -4202,8 +4202,6 @@ fuse_first_lookup (xlator_t *this)                  pthread_mutex_unlock (&stub.mutex);          } -        dict_unref (dict); -          pthread_mutex_destroy (&stub.mutex);          pthread_cond_destroy (&stub.cond); @@ -4211,6 +4209,7 @@ fuse_first_lookup (xlator_t *this)          STACK_DESTROY (frame->root);  out: +        dict_unref (dict);          inode_unref(loc.inode);          return ret;  | 
