13
0

fix crash with -D slave caused by too-early use of a transport master's _port member

This commit is contained in:
Paul Davis 2019-11-11 18:23:22 -07:00
parent 8a847dbf34
commit 16c571c9b6
2 changed files with 0 additions and 4 deletions

View File

@ -64,8 +64,6 @@ LTC_TransportMaster::LTC_TransportMaster (std::string const & name)
, a3e_timecode (Timecode::timecode_24)
, samples_per_timecode_frame (0)
{
DEBUG_TRACE (DEBUG::Slave, string_compose ("LTC registered %1\n", _port->name()));
memset (&prev_frame, 0, sizeof(LTCFrameExt));
resync_latency();

View File

@ -68,8 +68,6 @@ MTC_TransportMaster::MTC_TransportMaster (std::string const & name)
, busy_guard2 (0)
, printed_timecode_warning (false)
{
DEBUG_TRACE (DEBUG::Slave, string_compose ("MTC registered %1\n", _port->name()));
init ();
}