freedreno/ir3: Don't leak disk_cache
Signed-off-by: Rob Clark <robdclark@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8175>
This commit is contained in:
@@ -56,6 +56,7 @@ enum ir3_shader_debug ir3_shader_debug = 0;
|
|||||||
void
|
void
|
||||||
ir3_compiler_destroy(struct ir3_compiler *compiler)
|
ir3_compiler_destroy(struct ir3_compiler *compiler)
|
||||||
{
|
{
|
||||||
|
disk_cache_destroy(compiler->disk_cache);
|
||||||
ralloc_free(compiler);
|
ralloc_free(compiler);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user