Blender Git Loki
Git Commits -> Revision b292d78
Revision b292d78 by Lukas Toenne (master) January 20, 2015, 08:30 (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: b292d783f28958a54f608375e6e99a92be5522d6
Parent Commit: 1727a16
Lines Changed: +18, -12