Merge pull request #1469 from chipitsine/devel

sesman/chansrv/chansrv_fuse.c: resolve double free found by cppcheck
This commit is contained in:
metalefty 2020-01-07 19:53:11 +09:00 committed by GitHub
commit c766be4be4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1691,7 +1691,6 @@ static void xfuse_cb_unlink(fuse_req_t req, fuse_ino_t parent,
log_error("system out of memory");
fuse_reply_err(req, ENOMEM);
free(fip);
free(full_path);
}
else
{