aboutsummaryrefslogtreecommitdiff
path: root/layers/core_validation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'layers/core_validation.cpp')
-rw-r--r--layers/core_validation.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/layers/core_validation.cpp b/layers/core_validation.cpp
index bcd18977..d6bd9eae 100644
--- a/layers/core_validation.cpp
+++ b/layers/core_validation.cpp
@@ -4353,7 +4353,6 @@ VKAPI_ATTR void VKAPI_CALL DestroyDevice(VkDevice device, const VkAllocationCall
// Queues persist until device is destroyed
dev_data->queueMap.clear();
// Report any memory leaks
- DEVICE_MEM_INFO *pInfo = NULL;
layer_debug_report_destroy_device(device);
lock.unlock();