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:
parent
1f655aed1e
commit
28c446a4ea
@ -2267,8 +2267,6 @@ fini (xlator_t *this)
|
||||
|
||||
this->private = NULL;
|
||||
|
||||
GF_FREE (priv->path);
|
||||
GF_FREE (priv->special_dir);
|
||||
GF_FREE (priv);
|
||||
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user