diff options
| author | Kevin Vigor <kvigor@fb.com> | 2017-02-16 09:09:39 -0800 |
|---|---|---|
| committer | Kevin Vigor <kvigor@fb.com> | 2017-02-16 09:09:39 -0800 |
| commit | 9a84ee0b1fe938077ee965f81a98ab5da1bdfdcb (patch) | |
| tree | b9f7f7d5a6d0a65b1e0e9431f0d47559351c7fb2 /xlators/features/upcall/src | |
| parent | 5823eec46ffba4255435464d6858d41117ce7059 (diff) | |
| parent | c0de166648ddfea03505e69bade06556a4f9ad65 (diff) | |
Merge remote-tracking branch 'origin/release-3.8' into merge-3.8
Diffstat (limited to 'xlators/features/upcall/src')
| -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; } |
