bloemen_ec: avoid leak when counterexample detected

* spot/mc/bloemen_ec.hh: Here.
This commit is contained in:
Etienne Renault 2020-06-09 16:36:32 +02:00
parent 6a12b77360
commit 13402a63c4

View file

@ -563,6 +563,7 @@ namespace spot
// cycle found in SCC and it contains acceptance condition
if (twa_->acc().accepting(scc_acc))
{
sys_.recycle(it_kripke, tid_);
stop_ = true;
is_empty_ = false;
tm_.stop("DFS thread " + std::to_string(tid_));