From 0d8a1a411ad53f36157354d3a9001f3994876bc0 Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Thu, 12 Mar 2026 23:37:18 +1100 Subject: Fix leaks via owner class wrappers on some vulkan objects --- src/device_context.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/device_context.cc') diff --git a/src/device_context.cc b/src/device_context.cc index 99a4979..cea0540 100644 --- a/src/device_context.cc +++ b/src/device_context.cc @@ -38,7 +38,6 @@ DeviceContext::Clock::Clock(const DeviceContext& context) : device(context) { DeviceContext::Clock::~Clock() {} DeviceContext::Clock::time_point_t DeviceContext::Clock::now() { - auto ts = timespec{}; if (clock_gettime(CLOCK_MONOTONIC, &ts)) { throw errno; -- cgit v1.2.3