Proper cleanup avoid segfaults on exit

This commit is contained in:
Matthias Koefferlein
2022-09-03 23:36:31 +02:00
parent 290cd39ad9
commit fd30881ace
+4
View File
@@ -555,6 +555,10 @@ void LayoutView::close()
} }
mp_bookmarks_frame = 0; mp_bookmarks_frame = 0;
mp_bookmarks_view = 0; mp_bookmarks_view = 0;
if (mp_properties_dialog) {
delete mp_properties_dialog.data ();
}
} }
void void