Files
ardour/libs
Robin Gareus d3803c54de Fix a potential deadlock/crash (here tape-track peak-file)
read_peaks_with_fpp() already holds _lock, build_peaks_from_scratch()
takes the _lock again.

Depending on glib[mm] and the threading lib it may either result in a
deadlock, or with EDEADLK in undefined behavior when a
non-recursive lock is released twice.
2016-12-12 03:13:16 +01:00
..
2016-10-27 15:57:47 +02:00
2016-10-07 03:39:22 +02:00
2016-12-03 15:18:21 -05:00