Fix #108171: bpy.ops.uv.pack_islands crash #109377

Merged
Philipp Oeser merged 1 commits from lichtwerk/blender:108171_again into main 2023-06-27 08:55:08 +02:00
1 changed files with 0 additions and 1 deletions

View File

@ -1555,7 +1555,6 @@ static int pack_islands_exec(bContext *C, wmOperator *op)
pack_islands_endjob(pid);
pack_islands_freejob(pid);
MEM_freeN(pid);
return OPERATOR_FINISHED;
}