Files
test2/source
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-06-05 21:32:49 +02:00