From: yangyun50 <149988609+yangyun50@users.noreply.github.com> Date: Tue, 20 Feb 2024 10:52:39 +0000 (+0800) Subject: remove duplicated fuse_chan_put() (#893) X-Git-Tag: fuse-3.17.1-rc0~153 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=402c8fff588120a7cf5922822904ce45f30612a8;p=qemu-gpiodev%2Flibfuse.git remove duplicated fuse_chan_put() (#893) --- diff --git a/lib/fuse_lowlevel.c b/lib/fuse_lowlevel.c index d8c0cd1..86e49f7 100644 --- a/lib/fuse_lowlevel.c +++ b/lib/fuse_lowlevel.c @@ -1740,8 +1740,6 @@ static int find_interrupted(struct fuse_session *se, struct fuse_req *req) pthread_mutex_lock(&se->lock); curr->ctr--; if (!curr->ctr) { - fuse_chan_put(req->ch); - req->ch = NULL; destroy_req(curr); }