Blender Git Commit Log
Git Commits -> Revision 494575f
Revision 494575f by Campbell Barton (master) February 1, 2009, 14:24 (GMT) |
sculpt operator was setting default array value from stack variables that were then freed, making sculpt defaults use invalid memory. Since these values defaulted to zero, a NULL default array will do, but for new operators that need to be initialized from an array, only static arrays should be used. |
Commit Details:
Full Hash: 494575fabf83372cce0ae7e87dc4656d8fa82dee
SVN Revision: 18783
Parent Commit: dafc620
Lines Changed: +5, -8