summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/unify/src/unify-self-heal.c
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/cluster/unify/src/unify-self-heal.c')
-rw-r--r--xlators/cluster/unify/src/unify-self-heal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/cluster/unify/src/unify-self-heal.c b/xlators/cluster/unify/src/unify-self-heal.c
index 3099c646e..4e788fc7a 100644
--- a/xlators/cluster/unify/src/unify-self-heal.c
+++ b/xlators/cluster/unify/src/unify-self-heal.c
@@ -180,7 +180,7 @@ unify_sh_setdents_cbk (call_frame_t *frame,
STACK_UNWIND (frame, local->op_ret, local->op_errno,
inode, &local->stbuf, local->dict);
if (tmp_dict)
- dict_unref (local->dict);
+ dict_unref (tmp_dict);
}
}