Fix crash on quit on Mac & Windows
This commit is contained in:
parent
437c04d899
commit
5225e32aac
1 changed files with 1 additions and 0 deletions
1
gui.cpp
1
gui.cpp
|
|
@ -299,6 +299,7 @@ void MyFrame::OnQuit( wxCommandEvent &event )
|
|||
|
||||
MyFrame::~MyFrame(void)
|
||||
{
|
||||
m_timer->Stop();
|
||||
close_port();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue