mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-20 01:33:03 +00:00
cex: fix miscellaneous leaks
* src/counterexample.c (unifying_counterexample): Always free stage3result when it exists. * src/conflicts.c (report_state_counterexamples): free leaked bitset. * src/state-item.c (prune_disabled_paths): free leaked queue.
This commit is contained in:
committed by
Akim Demaille
parent
86c45be582
commit
b54181ff9b
@@ -449,6 +449,7 @@ prune_disabled_paths (void)
|
||||
}
|
||||
}
|
||||
}
|
||||
gl_list_free (queue);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user