Don't delete temp array memory

This commit is contained in:
baldurk
2015-12-16 13:20:33 +01:00
parent a864b757c4
commit 525740303a
@@ -334,8 +334,6 @@ VkResult WrappedVulkan::vkFreeDescriptorSets(
VkResult ret = ObjDisp(device)->FreeDescriptorSets(Unwrap(device), Unwrap(descriptorPool), count, unwrapped);
SAFE_DELETE_ARRAY(unwrapped);
return ret;
}