Add a null check to ports when loading an export channel from xml + fix indentation...
[ardour.git] / libs / ardour / route.cc
index 55b3a59f51cf8f5070fdb92ec751863bfb3def13..51ea1960cb96c1b386143ac974427f540cfb250c 100644 (file)
@@ -2718,7 +2718,7 @@ Route::nonrealtime_handle_transport_stopped (bool /*abort_ignored*/, bool did_lo
        _roll_delay = _initial_delay;
 }
 
-/** Called with the process lock held */
+/** Called with the process lock held if change contains ConfigurationChanged */
 void
 Route::input_change_handler (IOChange change, void * /*src*/)
 {
@@ -2729,7 +2729,7 @@ Route::input_change_handler (IOChange change, void * /*src*/)
        }
 }
 
-/** Called with the process lock held */
+/** Called with the process lock held if change contains ConfigurationChanged */
 void
 Route::output_change_handler (IOChange change, void * /*src*/)
 {