From 32ada0253097d920865b06d0c6ffe198bd68e639 Mon Sep 17 00:00:00 2001 From: Vito G Castellana Date: Tue, 11 Apr 2023 21:39:36 -0700 Subject: [PATCH] [#204] Minor bug fix in Local Multimap --- include/shad/data_structures/local_multimap.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/shad/data_structures/local_multimap.h b/include/shad/data_structures/local_multimap.h index 09ee671d..d1d80ba7 100644 --- a/include/shad/data_structures/local_multimap.h +++ b/include/shad/data_structures/local_multimap.h @@ -849,6 +849,7 @@ void LocalMultimap::LookupFromRemote( result->found = false; result->size = 0; release_inserter(bucketIdx); + return; } // Wait for some other thread to finish with this entry