From e7a4ae3c9fa987d625b537573fd811a9cb5d2fb8 Mon Sep 17 00:00:00 2001 From: Ingo Weyrich Date: Tue, 18 Feb 2020 18:07:45 +0100 Subject: [PATCH] Fix segfault on close of RT when RT was started with a filename as argument --- rtgui/rtwindow.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rtgui/rtwindow.cc b/rtgui/rtwindow.cc index 8cfeb8ec0..fc315e1b7 100644 --- a/rtgui/rtwindow.cc +++ b/rtgui/rtwindow.cc @@ -99,6 +99,8 @@ RTWindow::RTWindow () , bpanel (nullptr) , splash (nullptr) , btn_fullscreen (nullptr) + , iFullscreen (nullptr) + , iFullscreen_exit (nullptr) , epanel (nullptr) , fpanel (nullptr) {