mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-23 06:44:35 +00:00
Cleanup zone children vectors.
This commit is contained in:
parent
55f582faaf
commit
c54dc10464
@ -2105,6 +2105,14 @@ Worker::~Worker()
|
|||||||
{
|
{
|
||||||
v.second->~LockMap();
|
v.second->~LockMap();
|
||||||
}
|
}
|
||||||
|
for( auto& v : m_data.zoneChildren )
|
||||||
|
{
|
||||||
|
v.~Vector();
|
||||||
|
}
|
||||||
|
for( auto& v : m_data.gpuChildren )
|
||||||
|
{
|
||||||
|
v.~Vector();
|
||||||
|
}
|
||||||
#ifndef TRACY_NO_STATISTICS
|
#ifndef TRACY_NO_STATISTICS
|
||||||
for( auto& v : m_data.ghostChildren )
|
for( auto& v : m_data.ghostChildren )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user