Blender Git Commit Log
Git Commits -> Revision a89a260
Revision a89a260 by Lukas Stockner (temp-cycles-denoising) May 3, 2017, 19:41 (GMT) |
Cycles Denoising: Fix crash in CPUDevice The code initialized allocated memory by assigning the KernelGlobals to it. However, that calls the assignment operator, which frees previous elements which were never allocated. |
Commit Details:
Full Hash: a89a260634149aba9458043a98170be216f3657e
Parent Commit: 606107f
Lines Changed: +1, -2
1 Modified Path:
/intern/cycles/device/device_cpu.cpp (+1, -2) (Diff)