diff options
| -rw-r--r-- | xlators/features/upcall/src/upcall-internal.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/features/upcall/src/upcall-internal.c b/xlators/features/upcall/src/upcall-internal.c index 66cbddf5fa9..37fc3dbc35a 100644 --- a/xlators/features/upcall/src/upcall-internal.c +++ b/xlators/features/upcall/src/upcall-internal.c @@ -204,6 +204,7 @@ __upcall_inode_ctx_set (inode_t *inode, xlator_t *this)          if (ret) {                  gf_log (this->name, GF_LOG_DEBUG,                          "failed to set inode ctx (%p)", inode); +                GF_FREE (inode_ctx);                  goto out;          }  | 
