Blender Git Commit Log
Git Commits -> Revision c37a863
Revision c37a863 by Sergey Sharybin (master) August 19, 2012, 12:07 (GMT) |
Tomato Cycles: fix for reading freed memory Incorrect read was happening after nodes which are not affect on output were removed from the graph. Other nodes could have been connected to this nodes which lead to accessing freed memory in some other places. Solved by removing links from unused nodes before removing them from the graph. |
Commit Details:
Full Hash: c37a863ff4949ecb474e4f1e396cb52195515d7f
SVN Revision: 50013
Parent Commit: 900d7d9
Lines Changed: +14, -0
1 Modified Path:
/intern/cycles/render/graph.cpp (+14, -0) (Diff)