summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xlators/cluster/stripe/src/stripe.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/xlators/cluster/stripe/src/stripe.c b/xlators/cluster/stripe/src/stripe.c
index 0d075e496..b3f59c861 100644
--- a/xlators/cluster/stripe/src/stripe.c
+++ b/xlators/cluster/stripe/src/stripe.c
@@ -209,6 +209,10 @@ stripe_entry_self_heal (call_frame_t *frame, xlator_t *this,
trav = trav->next;
}
+ if (dict)
+ dict_unref (dict);
+ return 0;
+
out:
if (rframe)
STRIPE_STACK_DESTROY (rframe);