radv: remove unnecessary memset() in radv_AllocateCommandBuffers()
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Fri, 10 Nov 2017 08:18:01 +0000 (09:18 +0100)
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>
Mon, 13 Nov 2017 10:05:32 +0000 (11:05 +0100)
commit0f68208f1d1d3b7b2963dab40e84c60212518692
treea34869f69477cfa0da052467ebe18d3a32b339a5
parent66da4c75bcd0b1f4fad8ec7d7debf1f431f9c915
radv: remove unnecessary memset() in radv_AllocateCommandBuffers()

This should not be needed, if the allocation fails an error is
returned and the host should handle it.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
src/amd/vulkan/radv_cmd_buffer.c