From 6f9282f0eabefae34ec7bdb2c9d47f6be45f3ecd Mon Sep 17 00:00:00 2001 From: Sanhaoji2 Date: Fri, 27 Dec 2024 19:16:44 +0800 Subject: [PATCH] Fix issue --- src/pq_flash_index.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pq_flash_index.cpp b/src/pq_flash_index.cpp index 775c7ca71..f44c5e2d9 100644 --- a/src/pq_flash_index.cpp +++ b/src/pq_flash_index.cpp @@ -491,7 +491,6 @@ void PQFlashIndex::cache_bfs_levels(uint64_t num_nodes_to_cache, std: } } } - delete[] nbr_buffers[i].second; } }