mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
FIX: check the null pointer
jira: [STUDIO-12264] Change-Id: Icd0a64168576f45f91ac0d9090c838a17b86b1ae (cherry picked from commit 3950ec7454ab236d88cb27681e065c510d71998d)
This commit is contained in:
@@ -5681,6 +5681,7 @@ void MachineObject::update_slice_info(std::string project_id, std::string profil
|
||||
|
||||
if (!m_agent) return;
|
||||
if (!slice_info) return;
|
||||
if (!get_slice_info_thread) return;/*STUDIO-12264*/
|
||||
if (get_slice_info_thread->interruption_requested()) { return;}
|
||||
|
||||
if (plate_idx >= 0) {
|
||||
|
||||
Reference in New Issue
Block a user