Free child time stack.

This commit is contained in:
Bartosz Taudul 2019-10-26 23:11:48 +02:00
parent 312b7190f8
commit 7f07f5beb4

View File

@ -1771,6 +1771,9 @@ Worker::~Worker()
v->stack.~Vector();
v->messages.~Vector();
v->zoneIdStack.~Vector();
#ifndef TRACY_NO_STATISTICS
v->childTimeStack.~Vector();
#endif
}
for( auto& v : m_data.gpuData )
{