Pārlūkot izejas kodu

Merge pull request #1243 from WageCrusader/development

removes a use after freed in consoleInternal
Brian Roberts 1 gadu atpakaļ
vecāks
revīzija
d4a4e7f741
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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--;