diff options
Diffstat (limited to 'xlators/cluster')
| -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 0d075e4967e..b3f59c86154 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);  | 
