mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 19:53:48 +00:00
removes a use after freed in consoleInternal
This commit is contained in:
parent
4ee2a4a2b3
commit
a2cdbebfa1
1 changed files with 0 additions and 1 deletions
|
|
@ -362,7 +362,6 @@ void Dictionary::remove(Dictionary::Entry *ent)
|
|||
|
||||
*walk = (ent->nextEntry);
|
||||
|
||||
destructInPlace(ent);
|
||||
hashTable->mChunker.free(ent);
|
||||
|
||||
hashTable->count--;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue