Explorar o código

removes a use after freed in consoleInternal

Triston hai 1 ano
pai
achega
a2cdbebfa1
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      Engine/source/console/consoleInternal.cpp

+ 0 - 1
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--;