diff options
Diffstat (limited to 'xlators/cluster')
| -rw-r--r-- | xlators/cluster/stripe/src/stripe.c | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/xlators/cluster/stripe/src/stripe.c b/xlators/cluster/stripe/src/stripe.c index 67006ab06b6..4a83707b4c4 100644 --- a/xlators/cluster/stripe/src/stripe.c +++ b/xlators/cluster/stripe/src/stripe.c @@ -4004,7 +4004,9 @@ stripe_discard_cbk(call_frame_t *frame, void *cookie, xlator_t *this,                                       &mlocal->post_buf, NULL);          }  out: -	STRIPE_STACK_DESTROY(frame); +        if (frame) +                STRIPE_STACK_DESTROY(frame); +          return 0;  }  | 
