Skip to content

Commit

Permalink
deallocate collection?
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Oct 13, 2024
1 parent aefd909 commit 44df8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/multicollection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ impl MultiCollection {

// Load all sketches into memory, using SmallSignature to track original
// signature metadata.
pub fn load_sketches(&self, selection: &Selection) -> Result<Vec<SmallSignature>> {
pub fn load_sketches(self, selection: &Selection) -> Result<Vec<SmallSignature>> {
if self.contains_revindex {
eprintln!("WARNING: loading all sketches from a RocksDB into memory!");
}
Expand Down

0 comments on commit 44df8f8

Please sign in to comment.