mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-26 16:04:34 +00:00
Vector is not empty here.
This commit is contained in:
parent
1650d371e6
commit
3be0a3f628
@ -1691,7 +1691,7 @@ Worker::Worker( FileRead& f, EventType::Type eventMask, bool bgTasks )
|
||||
}
|
||||
else
|
||||
{
|
||||
it->second.push_back( time );
|
||||
it->second.push_back_non_empty( time );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user