mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 16:14:38 +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);
|
*walk = (ent->nextEntry);
|
||||||
|
|
||||||
destructInPlace(ent);
|
|
||||||
hashTable->mChunker.free(ent);
|
hashTable->mChunker.free(ent);
|
||||||
|
|
||||||
hashTable->count--;
|
hashTable->count--;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue