From 28c446a4eaaecfba8115dbaf66b3820b9d53257b Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Thu, 26 Mar 2015 12:24:02 +0530 Subject: features/snapview-client: Don't free un-allocated memory Change-Id: I8636ced27448dde4f2c11370fe2026067d4a7e74 BUG: 1203637 Signed-off-by: Pranith Kumar K Reviewed-on: http://review.gluster.org/10004 Reviewed-by: Raghavendra Bhat Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- xlators/features/snapview-client/src/snapview-client.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'xlators') 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; -- cgit