diff options
Diffstat (limited to 'xlators/features')
-rw-r--r-- | xlators/features/quota/src/quotad-aggregator.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xlators/features/quota/src/quotad-aggregator.c b/xlators/features/quota/src/quotad-aggregator.c index 3b883d3f7e0..b3ed777c8e2 100644 --- a/xlators/features/quota/src/quotad-aggregator.c +++ b/xlators/features/quota/src/quotad-aggregator.c @@ -280,6 +280,8 @@ errx: if (dict) dict_unref(dict); + if (cli_req.dict.dict_val) + free(cli_req.dict.dict_val); return ret; } @@ -347,6 +349,7 @@ err: rsp.op_errno = op_errno; quotad_aggregator_lookup_cbk(this, frame, &rsp); + free(args.xdata.xdata_val); return ret; } |