vulkan/overlay: fix crash on freeing NULL command buffer
It is legal to call vkFreeCommandBuffers() on NULL command buffers.
Found while running the layer on Strange Brigade.
Signed-off-by: Lionel Landwerlin lionel.g.landwerlin@intel.com Fixes: 4438188f ("vulkan/overlay: record stats in command buffers and accumulate on exec/submit")