changeset 27631:688e8fb3caa9

don't delete community_news widget more than once (bug #57162) * main-window.cc (main_window::~main_window): Don't delete m_community_news_window more than once.
author John W. Eaton <jwe@octave.org>
date Mon, 04 Nov 2019 14:26:11 -0500
parents 262cdd0f7619
children 2f38c2681b3e
files libgui/src/main-window.cc
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/src/main-window.cc	Mon Nov 04 14:03:00 2019 -0500
+++ b/libgui/src/main-window.cc	Mon Nov 04 14:26:11 2019 -0500
@@ -251,7 +251,6 @@
     delete m_find_files_dlg;
     delete m_release_notes_window;
     delete m_community_news_window;
-    delete m_community_news_window;
   }
 
   bool main_window::command_window_has_focus (void) const