Procházet zdrojové kódy

removes a use after freed in consoleInternal

Triston před 1 rokem
rodič
revize
a2cdbebfa1
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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--;