diff options
-rw-r--r-- | xlators/cluster/stripe/src/stripe.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xlators/cluster/stripe/src/stripe.c b/xlators/cluster/stripe/src/stripe.c index 4a83707b4c4..0a3f716dd19 100644 --- a/xlators/cluster/stripe/src/stripe.c +++ b/xlators/cluster/stripe/src/stripe.c @@ -156,8 +156,6 @@ stripe_entry_self_heal (call_frame_t *frame, xlator_t *this, out: if (rframe) STRIPE_STACK_DESTROY (rframe); - if (xdata) - dict_unref (xdata); return 0; } |