pan/midgard: Free liveness info

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
This commit is contained in:
Alyssa Rosenzweig
2019-08-21 08:50:09 -07:00
parent c9a4793de8
commit bf036e127f
+2
View File
@@ -668,6 +668,8 @@ mir_compute_liveness(
/* Update live_in */
liveness_ins_update(live, ins, ctx->temp_count);
}
free(live);
}
mir_foreach_block(ctx, blk) {