Unbind REPORTER from NGSPICE before deleting
This commit is contained in:
parent
fe30985742
commit
42f6cf33a1
|
@ -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…
Reference in New Issue