Avoid deadlock.
This commit is contained in:
parent
3ef7b52ebc
commit
3717eb12c3
|
@ -367,11 +367,7 @@ Sequence::handle ( int m )
|
|||
Sequence_Widget::belowmouse( NULL );
|
||||
}
|
||||
|
||||
timeline->wrlock();
|
||||
|
||||
delete t;
|
||||
|
||||
timeline->unlock();
|
||||
}
|
||||
|
||||
Loggable::block_end();
|
||||
|
|
Loading…
Reference in New Issue