Blender Git Commit Log
Git Commits -> Revision 961bcf9
Revision 961bcf9 by Julian Eisel (blender-v2.90-release) September 21, 2020, 06:52 (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: 961bcf9e50352558f1af2451ccd09fea4f7c7258
Parent Commit: 0ed4fa6
Committed By: Jeroen Bakker
Lines Changed: +3, -3
1 Modified Path:
/source/blender/editors/transform/transform_convert_mesh_uv.c (+3, -3) (Diff)