From d1b1306f2a3c4f117b730227d1de60e77bbe2b01 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 11:29:23 +0800 Subject: [PATCH] Auto PR from release/0.7 to main (#462) * httpfs add error log (#436) * Remove some outdated libcurl option usage in curl wrapper header (#440) (#443) * zlib and uring source build didn't have -O3 (#451) * fix dns discard (#459) Signed-off-by: liulanzheng --------- Signed-off-by: liulanzheng Co-authored-by: Bob Chen Co-authored-by: Coldwings Co-authored-by: Lanzheng Liu --- net/utils.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/net/utils.cpp b/net/utils.cpp index 82462b72..6e1139a3 100644 --- a/net/utils.cpp +++ b/net/utils.cpp @@ -321,6 +321,7 @@ class DefaultResolver : public Resolver { break; } } + ipaddr.recycle(ipaddr->empty()); } }