vkd3d: Free string after PIX decoding

Signed-off-by: Alexander Gabello <alexandergabello@mail.weber.edu>
This commit is contained in:
Alexander Gabello 2020-11-07 13:37:01 -07:00 committed by Hans-Kristian Arntzen
parent 60ac9b4d51
commit da4a96a25b
1 changed files with 1 additions and 0 deletions

View File

@ -6367,6 +6367,7 @@ static void STDMETHODCALLTYPE d3d12_command_list_SetMarker(d3d12_command_list_if
label.color[i] = 1.0f;
VK_CALL(vkCmdInsertDebugUtilsLabelEXT(list->vk_command_buffer, &label));
vkd3d_free(label_str);
}
static void STDMETHODCALLTYPE d3d12_command_list_BeginEvent(d3d12_command_list_iface *iface,