Browse Source

Cleanup output handler

pcb_db
Ian McInerney 11 months ago
parent
commit
906c2f3d49
  1. 2
      common/jobs/jobset.cpp

2
common/jobs/jobset.cpp

@ -127,6 +127,8 @@ JOBSET_OUTPUT::~JOBSET_OUTPUT()
delete reporter.second;
}
m_lastRunReporters.clear();
delete m_outputHandler;
}

Loading…
Cancel
Save