removes a use after freed in consoleInternal

This commit is contained in:
Triston 2024-03-24 18:36:42 -05:00
parent 4ee2a4a2b3
commit a2cdbebfa1

View file

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