Blender Git Commit Log
Git Commits -> Revision 211ad6b
Revision 211ad6b by Antonio Vazquez (master) August 8, 2018, 17:48 (GMT) |
GP: Fix memory leak in draw engine for buffer strokes This memory leak was undetected during a long time, but with new memory checking is visible. The problem was the stroke buffer batch was realocating new batches without free the memory. |
Commit Details:
Full Hash: 211ad6bf9a8cabe3cd52e58a728c779e272cd832
Parent Commit: 5c4fd52
Lines Changed: +35, -9