mirror of https://github.com/KLayout/klayout.git
Proper cleanup avoid segfaults on exit
This commit is contained in:
parent
290cd39ad9
commit
fd30881ace
|
|
@ -555,6 +555,10 @@ void LayoutView::close()
|
|||
}
|
||||
mp_bookmarks_frame = 0;
|
||||
mp_bookmarks_view = 0;
|
||||
|
||||
if (mp_properties_dialog) {
|
||||
delete mp_properties_dialog.data ();
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Reference in New Issue