Fix segfault on close of RT when RT was started with a filename as argument

This commit is contained in:
Ingo Weyrich 2020-02-18 18:07:45 +01:00
parent 4ea92d3e93
commit e7a4ae3c9f

View File

@ -99,6 +99,8 @@ RTWindow::RTWindow ()
, bpanel (nullptr)
, splash (nullptr)
, btn_fullscreen (nullptr)
, iFullscreen (nullptr)
, iFullscreen_exit (nullptr)
, epanel (nullptr)
, fpanel (nullptr)
{