Blender Git Commit Log
Git Commits -> Revision a7d3a58
Revision a7d3a58 by Ton Roosendaal (master) October 27, 2006, 19:52 (GMT) |
Serious bugfix for compositing; using Groups could crash if one of the input nodes was 'passing on' the buffer (because it didn't operate on the image). That's for example for Blur with size 0 or for Translate node. This passed-on buffer then got freed inside the group... Solution now is just a malloc. Better system should be devised, with reference counting or so. Thanks Ivan Hoffmann for the sample file! |
Commit Details:
Full Hash: a7d3a58ba9e7a42781a21c8015cdd51a76473056
SVN Revision: 8691
Parent Commit: 76ff13d
Lines Changed: +5, -4
1 Modified Path:
/source/blender/blenkernel/intern/node_composite.c (+5, -4) (Diff)