mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-23 13:47:24 +01:00
Attempted fix for idle_drop_window random crashes (2/2)
This commit is contained in:
parent
2bca6395cc
commit
ddf894a1dd
1 changed files with 1 additions and 3 deletions
|
|
@ -202,11 +202,11 @@ void
|
|||
WindowProxy::drop_window ()
|
||||
{
|
||||
if (_window) {
|
||||
unmap_connection.disconnect ();
|
||||
_window->hide ();
|
||||
delete_connection.disconnect ();
|
||||
configure_connection.disconnect ();
|
||||
map_connection.disconnect ();
|
||||
unmap_connection.disconnect ();
|
||||
delete _window;
|
||||
_window = 0;
|
||||
delete vistracker;
|
||||
|
|
@ -228,8 +228,6 @@ WindowProxy::setup ()
|
|||
{
|
||||
assert (_window);
|
||||
|
||||
assert (_window);
|
||||
|
||||
delete_connection.disconnect ();
|
||||
configure_connection.disconnect ();
|
||||
map_connection.disconnect ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue