summaryrefslogtreecommitdiffstats
path: root/xlators/features/quota
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/features/quota')
-rw-r--r--xlators/features/quota/src/quota.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/xlators/features/quota/src/quota.c b/xlators/features/quota/src/quota.c
index 0bfa05e0596..afdade1432a 100644
--- a/xlators/features/quota/src/quota.c
+++ b/xlators/features/quota/src/quota.c
@@ -709,6 +709,9 @@ quota_validate (call_frame_t *frame, inode_t *inode, xlator_t *this,
ret = 0;
err:
+ if (xdata)
+ dict_unref (xdata);
+
return ret;
}