diff --git a/driver/command.c b/driver/command.c index 3fc8a8b..909f9fd 100644 --- a/driver/command.c +++ b/driver/command.c @@ -452,6 +452,8 @@ VKAPI_ATTR VkResult VKAPI_CALL vkResetCommandPool( while(d) { if(c == d) break; + + d = *(uint32_t*)d; } if(c == d) //block is free, as we found it in the free chain