diff options
Diffstat (limited to 'xlators/debug/io-stats')
-rw-r--r-- | xlators/debug/io-stats/src/io-stats.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xlators/debug/io-stats/src/io-stats.c b/xlators/debug/io-stats/src/io-stats.c index d70244472..f5787a710 100644 --- a/xlators/debug/io-stats/src/io-stats.c +++ b/xlators/debug/io-stats/src/io-stats.c @@ -1471,6 +1471,8 @@ fini (xlator_t *this) conf = this->private; + GF_FREE(conf); + gf_log (this->name, GF_LOG_NORMAL, "io-stats translator unloaded"); return; |