diff options
Diffstat (limited to 'xlators')
| -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 84bde25ad58..f290ca11de8 100644 --- a/xlators/features/upcall/src/upcall-internal.c +++ b/xlators/features/upcall/src/upcall-internal.c @@ -183,6 +183,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;          }  | 
