mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00: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…
Reference in New Issue
Block a user