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)
commitc61b925816faa90c737e4c746e38433cb223f718
tree9747f4aac47682501a96b0eacf87503dfcfa9258
parent12c72acfd15da667b9b1902e909ca0d9fd6b9a1c
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