Skip to content

Commit

Permalink
tests/re_strings/testutil.c: Free the fsm after the test.
Browse files Browse the repository at this point in the history
  • Loading branch information
silentbicycle committed Apr 29, 2024
1 parent b208d59 commit 43439c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/re_strings/testutil.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,7 @@ run_test(const char **strings)
}

re_strings_free(s);
fsm_free(fsm);

return EXIT_SUCCESS;
}

0 comments on commit 43439c0

Please sign in to comment.