mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 10:17:55 -06:00
Free memory after closing the preview and the setting windows
This commit is contained in:
parent
2c416cc4ac
commit
4be1e5702a
3 changed files with 8 additions and 5 deletions
|
@ -29,6 +29,7 @@ sub new {
|
|||
$self->{materials}->Closing;
|
||||
|
||||
$self->EndModal(wxID_OK);
|
||||
$self->Destroy;
|
||||
});
|
||||
|
||||
my $sizer = Wx::BoxSizer->new(wxVERTICAL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue