mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
Attempted fix for idle_drop_window random crashes (1/2)
This commit is contained in:
parent
1736b1d424
commit
2bca6395cc
2 changed files with 8 additions and 2 deletions
|
|
@ -113,6 +113,7 @@ private:
|
|||
|
||||
void processor_going_away ();
|
||||
sigc::connection _unmap_connection;
|
||||
sigc::connection _drop_window_connection;
|
||||
PBD::ScopedConnection going_away_connection;
|
||||
PBD::ScopedConnectionList gui_connections;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue