mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 22:44:34 +00:00
Cleanup samples vector.
This commit is contained in:
parent
c7afda2562
commit
4631d884d6
@ -1779,6 +1779,7 @@ Worker::~Worker()
|
||||
v->stack.~Vector();
|
||||
v->messages.~Vector();
|
||||
v->zoneIdStack.~Vector();
|
||||
v->samples.~Vector();
|
||||
#ifndef TRACY_NO_STATISTICS
|
||||
v->childTimeStack.~Vector();
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user