mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Free plot data.
This commit is contained in:
parent
dda25cf66a
commit
0de5bcacaf
@ -559,6 +559,11 @@ Worker::~Worker()
|
||||
}
|
||||
delete[] m_buffer;
|
||||
LZ4_freeStreamDecode( m_stream );
|
||||
|
||||
for( auto& v : m_data.plots )
|
||||
{
|
||||
v->~PlotData();
|
||||
}
|
||||
}
|
||||
|
||||
int64_t Worker::GetFrameTime( size_t idx ) const
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user