GridDyn icon indicating copy to clipboard operation
GridDyn copied to clipboard

Calls to factory prepObjects leak memory

Open mcneish1 opened this issue 5 years ago • 0 comments

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.

mcneish1 avatar Sep 09 '19 17:09 mcneish1