Mixer: Fix crash when disabling strip auto output.
This commit is contained in:
parent
f5b215066a
commit
9aa275e0af
|
@ -262,7 +262,6 @@ public:
|
||||||
|
|
||||||
Port *connected_port ( void ) const
|
Port *connected_port ( void ) const
|
||||||
{
|
{
|
||||||
ASSERT( _type == Port::CONTROL, "Operation only available for control ports" );
|
|
||||||
return _connected.size() == 0 ? NULL : _connected.front();
|
return _connected.size() == 0 ? NULL : _connected.front();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue