Blender Git Loki
Git Commits -> Revision 9681708
Revision 9681708 by Julian Eisel (master) September 7, 2020, 14:17 (GMT) |
Fix T80561: Crash when multi-mesh editing UVs with proportional editing Because of a `goto` we would free a variable before it was declared. Declare it before the `goto` and `NULL`-check the value before freeing. |
Commit Details:
Full Hash: 9681708c1cf12026095b3a8a52cd0b3fa046ba1f
Parent Commit: d71458d
Lines Changed: +3, -3
1 Modified Path:
/source/blender/editors/transform/transform_convert_mesh_uv.c (+3, -3) (Diff)