fix: other two memory leak in the code base (#1160)

Signed-off-by: yihong0618 <zouzou0208@gmail.com>
Co-authored-by: houseme <housemecn@gmail.com>
This commit is contained in:
yihong
2025-12-16 11:45:45 +08:00
committed by GitHub
parent 07c5e7997a
commit fe4fabb195
3 changed files with 16 additions and 13 deletions
+1
View File
@@ -39,6 +39,7 @@ object_store = { workspace = true }
pin-project-lite.workspace = true
s3s.workspace = true
snafu = { workspace = true, features = ["backtrace"] }
parking_lot.workspace = true
tokio.workspace = true
tokio-util.workspace = true
tracing.workspace = true