Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Eisel <julian@blender.org>2020-09-07 17:14:58 +0300
committerJulian Eisel <julian@blender.org>2020-09-07 17:17:07 +0300
commit9681708c1cf12026095b3a8a52cd0b3fa046ba1f (patch)
treedfa509f5932be80f3edec86e2d5c185e7569ca6b /source/blender/modifiers/intern/MOD_multires.c
parentd71458d91963b56a02bc05d617344fd2871951dd (diff)
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.
Diffstat (limited to 'source/blender/modifiers/intern/MOD_multires.c')
0 files changed, 0 insertions, 0 deletions