Attempted fix for idle_drop_window random crashes (1/2)

This commit is contained in:
Robin Gareus 2022-12-03 19:16:43 +01:00
parent 1736b1d424
commit 2bca6395cc
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
2 changed files with 8 additions and 2 deletions

View file

@ -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;
};