浏览代码

removes a use after freed in consoleInternal

Triston 1 年之前
父节点
当前提交
a2cdbebfa1
共有 1 个文件被更改,包括 0 次插入1 次删除
  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--;