GridDyn
GridDyn copied to clipboard
Calls to factory prepObjects leak memory
All of the calls to factory->prepObjects
(here for example) result in memory leaks. I'm not sure why that happens.
Deleting these calls probably degrades performance across successive deconstructions and constructions, but it also fixes the leaks.