Browse Source

Unbind REPORTER from NGSPICE before deleting

pull/3/merge
Maciej Suminski 9 years ago
parent
commit
42f6cf33a1
  1. 1
      eeschema/sim/sim_plot_frame.cpp

1
eeschema/sim/sim_plot_frame.cpp

@ -163,6 +163,7 @@ SIM_PLOT_FRAME::SIM_PLOT_FRAME( KIWAY* aKiway, wxWindow* aParent )
SIM_PLOT_FRAME::~SIM_PLOT_FRAME()
{
m_simulator->SetReporter( nullptr );
delete m_reporter;
}

Loading…
Cancel
Save