Fix crash on quit on Mac & Windows

This commit is contained in:
PaulStoffregen 2016-04-01 00:58:50 -07:00
commit 5225e32aac

View file

@ -299,6 +299,7 @@ void MyFrame::OnQuit( wxCommandEvent &event )
MyFrame::~MyFrame(void)
{
m_timer->Stop();
close_port();
}