mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08: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…
x
Reference in New Issue
Block a user