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