From dde5c1b1c3f0d1571b54403de117192e2ebed128 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sat, 11 Jan 2025 23:33:11 -0600 Subject: [PATCH] hashset.hpp --- src/hashset.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hashset.hpp b/src/hashset.hpp index a1b9fb93..c5a18cff 100644 --- a/src/hashset.hpp +++ b/src/hashset.hpp @@ -64,7 +64,7 @@ public: ~HashSet() { kh_destroy(hashset,_set); - str_set_cleanup(&_str_set); + u64_set_cleanup(&_str_set); } inline