Blender Git Commit Log

Git Commits -> Revision dbc054b

Revision dbc054b by Antonio Vazquez (master)
June 22, 2021, 21:12 (GMT)
Fix T89374: Erasing/cutting in Grease Pencil makes Blender shut down

When cut a stroke of 1 point, the clean up done to avoid keep 1 point strokes removes the memory, but the pointer to the first stroke was not set to NULL. As this pointer is invalid now, any use of this produces a segment fault because the pointer is corrupted..

Commit Details:

Full Hash: dbc054bb8818b51c8148a9e245cd75e0198515a0
Parent Commit: abb07a3
Lines Changed: +3, -0

1 Modified Path:

/source/blender/blenkernel/intern/gpencil_geom.c (+3, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021