mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-20 07:03:46 +00:00
Merge remote-tracking branch 'upstream/development' into change-to-use-libsndfile
This commit is contained in:
commit
ee9ac81281
2 changed files with 2 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