Blender Git Loki
Git Commits -> Revision a3a7e19
Revision a3a7e19 by Hans Goudey (master) June 29, 2021, 02:46 (GMT) |
Cleanup: Avoid freeing curve evaluation data twice The curve bevel list was freed, and then freed again in a call to the function that recalulates it. The curve "anim path" data was freed only to be freed again in its calculation function as well. Also move the anim_path calculation directly after the bevel list creation to make its requirements more explicit. |
Commit Details:
Full Hash: a3a7e19f078432f9a139815a165ed090d8f56140
Parent Commit: 3471ff1
Lines Changed: +9, -15
1 Modified Path:
/source/blender/blenkernel/intern/displist.cc (+9, -15) (Diff)