diff options
Diffstat (limited to 'loader/debug_report.c')
| -rw-r--r-- | loader/debug_report.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/debug_report.c b/loader/debug_report.c index 232fa6d6..b04bedbb 100644 --- a/loader/debug_report.c +++ b/loader/debug_report.c @@ -192,7 +192,7 @@ VKAPI_ATTR VkResult VKAPI_CALL loader_CreateDebugReportCallback( VkDebugReportCallbackEXT *icd_info; const struct loader_icd *icd; struct loader_instance *inst = (struct loader_instance *)instance; - VkResult res; + VkResult res = VK_SUCCESS; uint32_t storage_idx; icd_info = calloc(sizeof(VkDebugReportCallbackEXT), inst->total_icd_count); |
