mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Release zone id stack.
This commit is contained in:
parent
a3173965d6
commit
5f8eadfb16
@ -1340,6 +1340,7 @@ Worker::~Worker()
|
|||||||
v->timeline.~Vector();
|
v->timeline.~Vector();
|
||||||
v->stack.~Vector();
|
v->stack.~Vector();
|
||||||
v->messages.~Vector();
|
v->messages.~Vector();
|
||||||
|
v->zoneIdStack.~Vector();
|
||||||
}
|
}
|
||||||
for( auto& v : m_data.gpuData )
|
for( auto& v : m_data.gpuData )
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user