Files
ardour/libs
Robin Gareus df17e3f041 Prevent copy-construction of sources to be destroyed list
destroy_sources () is only called from Session::remove_last_capture ().
The list of sources to be destroyed is the local scope of that method
and will hold a reference to the object.
copy-construct the list and removing elements one by one from the
copy is only unnecessary overhead.
2019-12-25 17:57:10 +01:00
..
2019-09-30 21:03:29 +02:00
2019-12-18 18:00:53 -07:00
2019-09-03 05:01:59 +02:00