Skip to content

Commit

Permalink
[#204] Minor bug fix in Local Multimap
Browse files Browse the repository at this point in the history
  • Loading branch information
VitoCastellana committed Apr 12, 2023
1 parent f5cbea6 commit 32ada02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/shad/data_structures/local_multimap.h
Original file line number Diff line number Diff line change
Expand Up @@ -849,6 +849,7 @@ void LocalMultimap<KTYPE, VTYPE, KEY_COMPARE>::LookupFromRemote(
result->found = false;
result->size = 0;
release_inserter(bucketIdx);
return;
}

// Wait for some other thread to finish with this entry
Expand Down

0 comments on commit 32ada02

Please sign in to comment.