mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Cleanup message data.
This commit is contained in:
parent
4cd9cf5dd9
commit
d1e185e176
@ -573,6 +573,7 @@ Worker::~Worker()
|
|||||||
for( auto& v : m_data.threads )
|
for( auto& v : m_data.threads )
|
||||||
{
|
{
|
||||||
ZoneCleanup( v->timeline );
|
ZoneCleanup( v->timeline );
|
||||||
|
v->messages.~Vector();
|
||||||
}
|
}
|
||||||
for( auto& v : m_data.gpuData )
|
for( auto& v : m_data.gpuData )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user