mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Cleanup samples vector.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user