Skip to content

Commit

Permalink
Fix a memory leak in uvg_analyze.jou (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli authored Feb 5, 2025
1 parent 04ad1c8 commit a03d54f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/uvg_analyze.jou
Original file line number Diff line number Diff line change
Expand Up @@ -225,3 +225,4 @@ def uvg_analyze(uvg: Uvg*) -> None:

free_statuses(uvg, statuses_at_end)
free(queue)
free(reachable)

0 comments on commit a03d54f

Please sign in to comment.