Skip to content

Commit

Permalink
Fix segfault on close of RT when RT was started with a filename as ar…
Browse files Browse the repository at this point in the history
…gument
  • Loading branch information
heckflosse committed Feb 18, 2020
1 parent 4ea92d3 commit e7a4ae3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rtgui/rtwindow.cc
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ RTWindow::RTWindow ()
, bpanel (nullptr)
, splash (nullptr)
, btn_fullscreen (nullptr)
, iFullscreen (nullptr)
, iFullscreen_exit (nullptr)
, epanel (nullptr)
, fpanel (nullptr)
{
Expand Down

1 comment on commit e7a4ae3

@Floessie
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@innir This already fixed 961376.

Please sign in to comment.