iris: actually destroy the cache

This commit is contained in:
Kenneth Graunke
2018-01-25 19:43:45 -08:00
parent 9437e135ed
commit acdff2f9a6
+2
View File
@@ -79,6 +79,8 @@ iris_destroy_context(struct pipe_context *ctx)
if (ctx->stream_uploader)
u_upload_destroy(ctx->stream_uploader);
iris_destroy_program_cache(ice);
iris_batch_free(&ice->render_batch);
ralloc_free(ice);