Fixed memory leak

This commit is contained in:
Alessandro Ranellucci 2015-11-02 01:36:35 +01:00
parent 2811af349a
commit 3685f5031d
2 changed files with 5 additions and 1 deletions

View file

@ -291,7 +291,6 @@ sub new {
EVT_COMMAND($self, -1, $PROCESS_COMPLETED_EVENT, sub {
my ($self, $event) = @_;
$self->on_process_completed($event->GetData);
Slic3r::thread_cleanup();
});
if ($Slic3r::have_threads) {