This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/blenkernel
Sybren A. Stüvel 4a52531a11 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.
2018-06-06 14:38:17 +02:00
..
2018-06-06 14:38:17 +02:00
2018-05-28 17:07:39 +02:00
2018-05-18 13:34:24 +02:00
2018-06-03 21:30:35 +02:00
2018-06-05 11:38:33 +02:00