LLNL / GridDyn

GridDyn is an open-source power transmission simulation software package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calls to factory prepObjects leak memory

mcneish1 opened this issue · 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.