Merge remote-tracking branch 'upstream/development' into change-to-use-libsndfile

This commit is contained in:
marauder2k7 2024-03-25 08:41:12 +00:00
commit ee9ac81281
2 changed files with 2 additions and 1 deletions

View file

@ -362,7 +362,6 @@ void Dictionary::remove(Dictionary::Entry *ent)
*walk = (ent->nextEntry);
destructInPlace(ent);
hashTable->mChunker.free(ent);
hashTable->count--;