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:
Vincent Imbimbo
2020-05-21 22:13:15 -04:00
committed by Akim Demaille
parent 86c45be582
commit b54181ff9b
3 changed files with 5 additions and 4 deletions

View File

@@ -677,6 +677,7 @@ report_state_counterexamples (const state *s)
}
}
}
bitset_free (conf);
}
}
}