Do not delete the NGSPICE singleton

This commit is contained in:
Maciej Suminski 2016-08-19 16:33:31 +02:00
parent 2a6b8f153b
commit fe30985742
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}