mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 07:03:59 -06:00
Fixed one more memory leak
This commit is contained in:
parent
198dc7d3bd
commit
810d7ee1c0
1 changed files with 0 additions and 1 deletions
|
@ -224,7 +224,6 @@ sub new {
|
|||
$self->object_list_changed;
|
||||
EVT_BUTTON($self, $self->{btn_export_gcode}, sub {
|
||||
$self->export_gcode;
|
||||
Slic3r::thread_cleanup();
|
||||
});
|
||||
EVT_BUTTON($self, $self->{btn_send_gcode}, sub {
|
||||
$self->{send_gcode_file} = $self->export_gcode(Wx::StandardPaths::Get->GetTempDir());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue