remove duplicated fuse_chan_put() (#893)
authoryangyun50 <149988609+yangyun50@users.noreply.github.com>
Tue, 20 Feb 2024 10:52:39 +0000 (18:52 +0800)
committerGitHub <noreply@github.com>
Tue, 20 Feb 2024 10:52:39 +0000 (11:52 +0100)
lib/fuse_lowlevel.c

index d8c0cd1498332559c80ea71d029f3fbc9b107cad..86e49f74a190efae27619e9c0483edcce7dca784 100644 (file)
@@ -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);
                        }