2
0
Эх сурвалжийг харах

removes a use after freed in consoleInternal

Triston 1 жил өмнө
parent
commit
a2cdbebfa1

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