diff --git a/lib/Slic3r.pm b/lib/Slic3r.pm index 5161a86b2a..531ab73043 100644 --- a/lib/Slic3r.pm +++ b/lib/Slic3r.pm @@ -239,6 +239,7 @@ sub thread_cleanup { *Slic3r::Print::DESTROY = sub {}; *Slic3r::Print::Object::DESTROY = sub {}; *Slic3r::Print::Region::DESTROY = sub {}; + *Slic3r::SLAPrint::DESTROY = sub {}; *Slic3r::Surface::DESTROY = sub {}; *Slic3r::Surface::Collection::DESTROY = sub {}; *Slic3r::TriangleMesh::DESTROY = sub {};