summaryrefslogtreecommitdiffstats
path: root/booster
diff options
context:
space:
mode:
Diffstat (limited to 'booster')
-rw-r--r--booster/src/booster.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/booster/src/booster.c b/booster/src/booster.c
index 28878ae63..b5a70c7db 100644
--- a/booster/src/booster.c
+++ b/booster/src/booster.c
@@ -685,6 +685,7 @@ pread64 (int fd, void *buf, size_t count, uint64_t offset)
} else {
gf_log ("booster", GF_LOG_DEBUG, "Is a booster fd");
ret = glusterfs_pread (glfs_fd, buf, count, offset);
+ booster_fdptr_put (glfs_fd);
}
return ret;