Skip to content

Commit

Permalink
remove memory
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmudhera committed Nov 16, 2024
1 parent c10e498 commit b481d3a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cpp/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ void compute_index_from_sketches(std::vector<std::vector<hash_t>>& sketches, std
}
}

// free the memory allocated for the mutexes
delete[] mutex_list;

}


Expand Down

0 comments on commit b481d3a

Please sign in to comment.