Skip to content

Commit

Permalink
minimise_test_oracle: Fix memory leak.
Browse files Browse the repository at this point in the history
  • Loading branch information
silentbicycle committed Apr 11, 2024
1 parent a54a40c commit ef82aaf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/libfsm/minimise_test_oracle.c
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,10 @@ fsm_minimise_test_oracle(const struct fsm *fsm)
free(table);
free(tmp_map);
free(mapping);
free(endid_group_assignments);
free(endid_group_leaders);
free(endid_buf_a);
free(endid_buf_b);

return res;

Expand Down

0 comments on commit ef82aaf

Please sign in to comment.