Blender Git Commit Log
Git Commits -> Revision 4a52531
Revision 4a52531 by Sybren A. Stüvel (master) June 6, 2018, 12:38 (GMT) |
Alembic: Fix double-free of mutex The mutex was shared between CoW copies of the CacheFile datablock, and as a result also freed multiple times. It is now only freed when the original datablock is freed; the CoW copies share the same mutex. |
Commit Details:
Full Hash: 4a52531a11fa27da36f9dbe849ecf0573f35a47b
Parent Commit: 4c4fa3d
Lines Changed: +3, -1
1 Modified Path:
/source/blender/blenkernel/intern/cachefile.c (+3, -1) (Diff)