1
0
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:
Bartosz Taudul 2019-06-09 17:56:41 +02:00
parent a3173965d6
commit 5f8eadfb16

View File

@ -1340,6 +1340,7 @@ Worker::~Worker()
v->timeline.~Vector();
v->stack.~Vector();
v->messages.~Vector();
v->zoneIdStack.~Vector();
}
for( auto& v : m_data.gpuData )
{