We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9971fe1 commit 50a5fe7Copy full SHA for 50a5fe7
src/libfsm/union.c
@@ -664,6 +664,8 @@ rebase_analysis_info(struct analysis_info *ainfo, fsm_state_t base)
664
static void
665
free_analysis(const struct fsm_alloc *alloc, struct analysis_info *ainfo)
666
{
667
+ state_set_free(ainfo->anchored_starts);
668
+ state_set_free(ainfo->anchored_ends);
669
state_set_free(ainfo->eager_matches);
670
state_set_free(ainfo->needs_indirect_epsilon_edge_to_eager_match_state);
671
state_set_free(ainfo->reachable_from_nonstart_state);
0 commit comments