aboutsummaryrefslogtreecommitdiff
path: root/src/queue_context.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/queue_context.cc')
-rw-r--r--src/queue_context.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/queue_context.cc b/src/queue_context.cc
index fce501b..c920610 100644
--- a/src/queue_context.cc
+++ b/src/queue_context.cc
@@ -53,7 +53,7 @@ QueueContext::QueueContext(DeviceContext& device, const VkQueue& queue,
}();
}
-QueueContext::~QueueContext() { this->timestamp_pool.reset(); }
+QueueContext::~QueueContext() {}
bool QueueContext::should_inject_timestamps() const {
const auto& physical_device = this->device.physical_device;