vk/compiler: Free the GL errors data

This commit is contained in:
Jason Ekstrand
2015-06-09 12:35:21 -07:00
parent 9f292219bf
commit d842a6965f
+1
View File
@@ -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);
}