summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xlators/cluster/stripe/src/stripe.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/xlators/cluster/stripe/src/stripe.c b/xlators/cluster/stripe/src/stripe.c
index 536f26323..7e54bea76 100644
--- a/xlators/cluster/stripe/src/stripe.c
+++ b/xlators/cluster/stripe/src/stripe.c
@@ -204,6 +204,9 @@ stripe_entry_self_heal (call_frame_t *frame, xlator_t *this,
}
trav = trav->next;
}
+ if (dict)
+ dict_unref (dict);
+ return 0;
out:
if (rframe)