disable netlist statistic logging on shutdown, because it triggers a use after free in void device_debug::errorlog_write_line(const char *line) & fixed the copy & pasted comment. (nw)

This commit is contained in:
smf- 2018-01-31 11:10:34 +00:00
parent f891bfc4bc
commit 80ee327f08

View File

@ -55,7 +55,7 @@ NETLIB_OBJECT(solver)
, m_dynamic_lte(*this, "DYNAMIC_LTE", 1e-5) // diff/timestep
, m_dynamic_min_ts(*this, "DYNAMIC_MIN_TIMESTEP", 1e-6) // nl_double timestep resolution
, m_log_stats(*this, "LOG_STATS", 1) // nl_double timestep resolution
, m_log_stats(*this, "LOG_STATS", 0) // log statistics on shutdown
, m_params()
{
// internal staff