vk/compiler: Free the GL errors data
This commit is contained in:
@@ -687,6 +687,7 @@ anv_compiler_create(struct anv_device *device)
|
||||
void
|
||||
anv_compiler_destroy(struct anv_compiler *compiler)
|
||||
{
|
||||
_mesa_free_errors_data(&compiler->brw->ctx);
|
||||
ralloc_free(compiler);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user