Blender Git Loki
Git Commits -> Revision 64d39b7
Revision 64d39b7 by Lukas Toenne (gooseberry, gooseberry_farm, temp_constraint_volume, temp_hair_modifiers, temp_motionpaths) January 8, 2015, 11:41 (GMT) |
Separate context freeing from task freeing in threaded particle updates to prevent double-freeing/invalid mem access. This can happen with the "virtual parents" feature, which generates both parent and child paths. Each task free function also freed the shared context, leading to double freeing. |
Commit Details:
Full Hash: 64d39b7378c55da184fd474aa38bf43bdc30156a
Parent Commit: 4137ef1
Lines Changed: +18, -12