summaryrefslogtreecommitdiffstats
path: root/xlators/features/marker/src/marker-quota-helper.c
diff options
context:
space:
mode:
authorVijay Bellur <vijay@gluster.com>2011-08-18 00:12:25 +0530
committerVijay Bellur <vijay@gluster.com>2011-08-20 00:09:36 -0700
commitc4166b86203562b6383ddfa160bb7d925af8b72c (patch)
tree3f41181c0d0d2956d5499733c71c6f73a7d2bfdd /xlators/features/marker/src/marker-quota-helper.c
parentec5f1f08304bf40ca552f027d92ed1b37b7f5b15 (diff)
features/marker: Correct behavior of local_ref/unref
Change-Id: I8266754d4b53b525b13fed2383cf95d77bab47ba BUG: 3429 Reviewed-on: http://review.gluster.com/252 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Vijay Bellur <vijay@gluster.com>
Diffstat (limited to 'xlators/features/marker/src/marker-quota-helper.c')
-rw-r--r--xlators/features/marker/src/marker-quota-helper.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/xlators/features/marker/src/marker-quota-helper.c b/xlators/features/marker/src/marker-quota-helper.c
index 2d5b234d1..778f0a721 100644
--- a/xlators/features/marker/src/marker-quota-helper.c
+++ b/xlators/features/marker/src/marker-quota-helper.c
@@ -374,6 +374,8 @@ quota_local_unref (xlator_t *this, quota_local_t *local)
loc_wipe (&local->parent_loc);
LOCK_DESTROY (&local->lock);
+
+ GF_FREE (local);
out:
return 0;
}