fix assert-crash caused by not constructing a StopTransport event correctly
This commit is contained in:
parent
b2051d98fd
commit
a5dbac0a9c
@ -761,7 +761,7 @@ Session::maybe_stop (samplepos_t limit)
|
|||||||
if (synced_to_engine ()) {
|
if (synced_to_engine ()) {
|
||||||
_engine.transport_stop ();
|
_engine.transport_stop ();
|
||||||
} else {
|
} else {
|
||||||
TFSM_EVENT (TransportFSM::StopTransport);
|
TFSM_EVENT (TransportFSM::StopTransport, false, false);
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user