bloemen_ec: avoid leak when counterexample detected
* spot/mc/bloemen_ec.hh: Here.
This commit is contained in:
parent
6a12b77360
commit
13402a63c4
1 changed files with 1 additions and 0 deletions
|
|
@ -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_));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue