Fix two lgtm issues

This commit is contained in:
Ingo Weyrich
2019-11-01 22:57:20 +01:00
parent c1f9120ef4
commit f02f5c4a69
2 changed files with 14 additions and 39 deletions

View File

@@ -458,10 +458,9 @@ RTWindow::~RTWindow()
g_object_unref (osxApp);
#endif
if (fpanel) {
delete fpanel;
}
delete fpanel;
delete iFullscreen;
delete iFullscreen_exit;
RTImage::cleanup();
}