diff --git a/Engine/source/console/consoleInternal.cpp b/Engine/source/console/consoleInternal.cpp index 095649cac..140895fd4 100644 --- a/Engine/source/console/consoleInternal.cpp +++ b/Engine/source/console/consoleInternal.cpp @@ -362,7 +362,6 @@ void Dictionary::remove(Dictionary::Entry *ent) *walk = (ent->nextEntry); - destructInPlace(ent); hashTable->mChunker.free(ent); hashTable->count--;