mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 04:14:28 +08:00
Fix of the previous commit. Once the Slic3r::GUI::Tab was rewritten
from Ref<TabIface> to TabIface*, Perl takes ownership and the Tab is being incorrectly deleted by the background threads.
This commit is contained in:
parent
8ab62d702c
commit
d1580f67df
@ -162,6 +162,7 @@ sub thread_cleanup {
|
|||||||
*Slic3r::TriangleMesh::DESTROY = sub {};
|
*Slic3r::TriangleMesh::DESTROY = sub {};
|
||||||
*Slic3r::GUI::AppConfig::DESTROY = sub {};
|
*Slic3r::GUI::AppConfig::DESTROY = sub {};
|
||||||
*Slic3r::GUI::PresetBundle::DESTROY = sub {};
|
*Slic3r::GUI::PresetBundle::DESTROY = sub {};
|
||||||
|
*Slic3r::GUI::Tab::DESTROY = sub {};
|
||||||
return undef; # this prevents a "Scalars leaked" warning
|
return undef; # this prevents a "Scalars leaked" warning
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user