From fb126d0f7ec6e55b4391ec25a12f2f79998623d1 Mon Sep 17 00:00:00 2001 From: baldurk Date: Mon, 31 Jul 2017 10:22:53 +0100 Subject: [PATCH] Initialise AMD extension pointer to NULL. Refs #708 * This means we can SAFE_RELEASE it safely. --- renderdoc/driver/d3d12/d3d12_command_list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renderdoc/driver/d3d12/d3d12_command_list.h b/renderdoc/driver/d3d12/d3d12_command_list.h index 16290db62..8772fdd2c 100644 --- a/renderdoc/driver/d3d12/d3d12_command_list.h +++ b/renderdoc/driver/d3d12/d3d12_command_list.h @@ -90,7 +90,7 @@ class WrappedID3D12GraphicsCommandList : public RefCounter12