mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Cleanup context switch data.
This commit is contained in:
parent
9fc76990e1
commit
c2dd3913d7
@ -2109,6 +2109,10 @@ Worker::~Worker()
|
||||
{
|
||||
v.~Vector();
|
||||
}
|
||||
for( auto& v : m_data.ctxSwitch )
|
||||
{
|
||||
v.second->v.~Vector();
|
||||
}
|
||||
for( auto& v : m_data.gpuChildren )
|
||||
{
|
||||
v.~Vector();
|
||||
|
Loading…
Reference in New Issue
Block a user