diff --git a/src/main.cpp b/src/main.cpp index 3352a49d..59de8baf 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -851,6 +851,12 @@ MainFrame::~MainFrame() { delete wxGetApp().m_hamlib; } + + if (wxGetApp().m_pskReporter) + { + delete wxGetApp().m_pskReporter; + wxGetApp().m_pskReporter = nullptr; + } }