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>
This commit is contained in:
Pranith Kumar K 2015-03-26 12:24:02 +05:30 committed by Vijay Bellur
parent 1f655aed1e
commit 28c446a4ea

View File

@ -2267,8 +2267,6 @@ fini (xlator_t *this)
this->private = NULL;
GF_FREE (priv->path);
GF_FREE (priv->special_dir);
GF_FREE (priv);
return;