Cleanup samples vector.

This commit is contained in:
Bartosz Taudul 2020-03-10 21:46:24 +01:00
parent c7afda2562
commit 4631d884d6

View File

@ -1779,6 +1779,7 @@ Worker::~Worker()
v->stack.~Vector(); v->stack.~Vector();
v->messages.~Vector(); v->messages.~Vector();
v->zoneIdStack.~Vector(); v->zoneIdStack.~Vector();
v->samples.~Vector();
#ifndef TRACY_NO_STATISTICS #ifndef TRACY_NO_STATISTICS
v->childTimeStack.~Vector(); v->childTimeStack.~Vector();
#endif #endif