mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Fix hang on closing the dialogue in some circumstances. Further fix for #3560.
git-svn-id: svn://localhost/ardour2/branches/3.0@8071 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
595c7c4411
commit
313da7822a
2 changed files with 15 additions and 1 deletions
|
|
@ -91,6 +91,8 @@ private:
|
|||
|
||||
PBD::ScopedConnection* _peaks_ready_connection;
|
||||
|
||||
bool _destroying;
|
||||
|
||||
pthread_t _thread; ///< thread to compute silence in the background
|
||||
static void * _detection_thread_work (void *);
|
||||
void * detection_thread_work ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue