diff options
| -rw-r--r-- | xlators/features/changelog/src/changelog.c | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/xlators/features/changelog/src/changelog.c b/xlators/features/changelog/src/changelog.c index 6d32de63db5..ab42ad869c0 100644 --- a/xlators/features/changelog/src/changelog.c +++ b/xlators/features/changelog/src/changelog.c @@ -2917,6 +2917,11 @@ fini (xlator_t *this)                  /* deallocate mempool */                  mem_pool_destroy (this->local_pool); + +                if (priv->htime_fd != -1) { +                        sys_close (priv->htime_fd); +                } +                  /* finally, dealloac private variable */                  GF_FREE (priv);          }  | 
