Blender Git Loki
Git Commits -> Revision aba78ca
Revision aba78ca by Brecht Van Lommel (master) April 22, 2020, 11:44 (GMT) |
Fix T75625: crash on exit in macOS after selecting objects This code to free shaders by casting a struct to a pointer array is not valid in general, and particularly when compiling with Clang (on Linux and macOS) it fails and can read invalid/uninitialized memory . |
Commit Details:
Full Hash: aba78caa11451d0e8a10088eb5ad6be42a591f5e
Parent Commit: 3542c5e
Lines Changed: +27, -4
1 Modified Path:
/source/blender/draw/engines/gpencil/gpencil_shader.c (+27, -4) (Diff)