From a2cdbebfa129e567b03f24885b2657afc811c091 Mon Sep 17 00:00:00 2001 From: Triston Date: Sun, 24 Mar 2024 18:36:42 -0500 Subject: [PATCH] removes a use after freed in consoleInternal --- Engine/source/console/consoleInternal.cpp | 1 - 1 file changed, 1 deletion(-) 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--;