vk/compiler: Free the GL errors data
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 9 Jun 2015 19:35:21 +0000 (12:35 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 9 Jun 2015 19:36:23 +0000 (12:36 -0700)
src/vulkan/compiler.cpp

index de4d8839f70fc2fb5326846b67ad29fabb47bbb5..6adf92b3662b4d7358a6831abba05874829eb692 100644 (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);
 }