Files
ardour/libs
Robin Gareus 1937c74191 Ignore cycle-start/end for unregistered ports
Should fix a race during Session::destroy(), Port::PortDrop
which unregisters ports with the backend, but the actual port instance
will still exist.

The engine does no longer have a session-pointer and only calls
CycleStart(); CycleEnd() to clear port-buffers. Trying to clear
and already unregistered Port will crash.
2017-08-03 19:25:14 +02:00
..
2017-07-31 19:54:23 +02:00
2017-06-27 20:12:46 +02:00
2017-07-26 22:58:12 +02:00
2017-02-18 16:22:34 +01:00