mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 22:44:34 +00:00
Free child time stack.
This commit is contained in:
parent
312b7190f8
commit
7f07f5beb4
@ -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 )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user