Fix deadlock when removing routes (initialization issues)
authorRobin Gareus <robin@gareus.org>
Sun, 14 Jul 2019 22:55:51 +0000 (00:55 +0200)
committerRobin Gareus <robin@gareus.org>
Sun, 14 Jul 2019 22:55:51 +0000 (00:55 +0200)
commit45f1220aa5bcfd7b2dd4a064a4ba6683f4f6e27f
treef194f7bf4dab418e883919206b9e716469aa13d6
parent53c677e08fffb04897de0a9bb7d9ee0f65ede3f2
Fix deadlock when removing routes (initialization issues)

_setup_chain needs to point to the unused graph-chain, and not
_current_chain. Otherwise Graph::clear_other_chain() waits forever.
libs/ardour/graph.cc