diff options
author | Pranith Kumar K <pkarampu@redhat.com> | 2015-03-26 12:24:02 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2015-03-27 05:19:42 -0700 |
commit | 28c446a4eaaecfba8115dbaf66b3820b9d53257b (patch) | |
tree | eff0230ee7105cd49c1ea8f8b1f599a59168191b /xlators/features | |
parent | 1f655aed1e439935c24da86fa70f19fd9151e7e8 (diff) |
features/snapview-client: Don't free un-allocated memory
Change-Id: I8636ced27448dde4f2c11370fe2026067d4a7e74
BUG: 1203637
Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>
Reviewed-on: http://review.gluster.org/10004
Reviewed-by: Raghavendra Bhat <raghavendra@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'xlators/features')
-rw-r--r-- | xlators/features/snapview-client/src/snapview-client.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xlators/features/snapview-client/src/snapview-client.c b/xlators/features/snapview-client/src/snapview-client.c index 58f566ef520..0fa7b531c47 100644 --- a/xlators/features/snapview-client/src/snapview-client.c +++ b/xlators/features/snapview-client/src/snapview-client.c @@ -2267,8 +2267,6 @@ fini (xlator_t *this) this->private = NULL; - GF_FREE (priv->path); - GF_FREE (priv->special_dir); GF_FREE (priv); return; |