Don't delete temp array memory

This commit is contained in:
baldurk
2016-02-07 18:49:14 +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;
}