summaryrefslogtreecommitdiffstats
path: root/xlators
diff options
context:
space:
mode:
authorNiels de Vos <ndevos@redhat.com>2017-10-10 15:50:33 +0200
committerJeff Darcy <jeff@pl.atyp.us>2017-10-13 16:33:00 +0000
commitdd47c8ae6cfc9f704418cbad3e11f6aff67c4079 (patch)
treedc66391e7c7ec1812c88770c96051e7aeba4549a /xlators
parent9f7bd36edf3f0a9c634db019d28335f4320ad41e (diff)
md-cache: free "struct mdc_conf" in fini()
Change-Id: Ia3a9b0152b7e36ded584150733e8392be458125c BUG: 1443145 Signed-off-by: Niels de Vos <ndevos@redhat.com>
Diffstat (limited to 'xlators')
-rw-r--r--xlators/performance/md-cache/src/md-cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/performance/md-cache/src/md-cache.c b/xlators/performance/md-cache/src/md-cache.c
index 364210232cb..8230b6a0762 100644
--- a/xlators/performance/md-cache/src/md-cache.c
+++ b/xlators/performance/md-cache/src/md-cache.c
@@ -3067,7 +3067,7 @@ notify (xlator_t *this, int event, void *data, ...)
void
fini (xlator_t *this)
{
- return;
+ GF_FREE (this->private);
}