TODO: track memory allocation tracking failures.

This commit is contained in:
Bartosz Taudul 2019-01-14 23:26:10 +01:00
parent c3246ca3b5
commit ac6e7439e2

View File

@ -2388,6 +2388,7 @@ void Worker::ProcessFrameMarkEnd( const QueueFrameMark& ev )
const auto time = TscTime( ev.time );
if( fd->frames.empty() )
{
// TODO: add failure state
assert( m_onDemand );
return;
}