mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-12 19:31:47 +00:00
Iterator may be invalidated.
This commit is contained in:
parent
4843a1d458
commit
c18584fdbc
@ -5430,6 +5430,7 @@ void Worker::UpdateSampleStatisticsImpl( const CallstackFrameData** frames, uint
|
|||||||
m_slab.Unalloc( memsize );
|
m_slab.Unalloc( memsize );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sym0 = m_data.symbolStats.find( frame0.symAddr );
|
||||||
auto sit = sym0->second.parents.find( idx );
|
auto sit = sym0->second.parents.find( idx );
|
||||||
if( sit == sym0->second.parents.end() )
|
if( sit == sym0->second.parents.end() )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user