loader: gh1035- vkDestroyDebugReportCallbackEXT
authorMark Young <marky@lunarg.com>
Thu, 13 Oct 2016 16:51:14 +0000 (10:51 -0600)
committerMark Young <marky@lunarg.com>
Thu, 13 Oct 2016 21:42:08 +0000 (15:42 -0600)
commit80aa1b733b81aed156972155d262b0da46d18ab2
treea41d15488506eeec44cd86dcf82b806c01b2033a
parent2aada9d6d1881379415dc771b807818732e01bc0
loader: gh1035- vkDestroyDebugReportCallbackEXT

The changes I made to enable layer wrapping of the debug report
callback broke the cleanup case so that under certain scenarios
vkDestroyDebugReportCallbackEXT would not delete the callback
resulting in messages after the destroy call.

Change-Id: Ie5b26d8c973a08bb3161412468bb9dfdb70b315c
loader/debug_report.c