diff options
-rw-r--r-- | xlators/cluster/stripe/src/stripe.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xlators/cluster/stripe/src/stripe.c b/xlators/cluster/stripe/src/stripe.c index 72762555a..98fb2eb83 100644 --- a/xlators/cluster/stripe/src/stripe.c +++ b/xlators/cluster/stripe/src/stripe.c @@ -218,6 +218,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) |