Browse Source

Do not delete the NGSPICE singleton

pull/3/merge
Maciej Suminski 10 years ago
parent
commit
fe30985742
  1. 1
      eeschema/sim/sim_plot_frame.cpp

1
eeschema/sim/sim_plot_frame.cpp

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

Loading…
Cancel
Save