From: Tony Barbour Date: Tue, 13 Dec 2016 21:36:23 +0000 (-0700) Subject: tests: Remove second destroy of the same buffer X-Git-Tag: sdk-1.0.39.0~242 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d75727cdeb3b634326fb1e1b01a7d7d25b49314f;p=platform%2Fupstream%2FVulkan-LoaderAndValidationLayers.git tests: Remove second destroy of the same buffer Change-Id: I21a4ee1406cb1f8ede669488df776cee5ea3addc --- diff --git a/tests/layer_validation_tests.cpp b/tests/layer_validation_tests.cpp index b194e98..470f8f6 100644 --- a/tests/layer_validation_tests.cpp +++ b/tests/layer_validation_tests.cpp @@ -16707,7 +16707,6 @@ TEST_F(VkPositiveLayerTest, TestAliasedMemoryTracking) { m_errorMonitor->VerifyNotFound(); vkFreeMemory(m_device->device(), mem, NULL); - vkDestroyBuffer(m_device->device(), buffer, NULL); vkDestroyImage(m_device->device(), image, NULL); }