Fix #108171: bpy.ops.uv.pack_islands crash
Originally caused byedc12436c6, the fixc4f39eab88also had a mistake unfortunately (double free of `UVPackIslandsData` since it already called `pack_islands_freejob`). Pull Request: https://projects.blender.org/blender/blender/pulls/109377
This commit is contained in:
committed by
Philipp Oeser
parent
8ff65fe63f
commit
c47074f3bb
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user