ltlcross: do not use f after it has been destroyed.
Reported by Joachim Klein. * src/bin/ltlcross.cc: Here. * NEWS, THANKS: Update.
This commit is contained in:
parent
168265bdf0
commit
a9a96ee4ff
3 changed files with 3 additions and 1 deletions
|
|
@ -970,7 +970,6 @@ namespace
|
|||
nf->destroy();
|
||||
}
|
||||
|
||||
f->destroy();
|
||||
cleanup();
|
||||
++round;
|
||||
|
||||
|
|
@ -999,6 +998,7 @@ namespace
|
|||
}
|
||||
|
||||
spot::ltl::atomic_prop_set* ap = spot::ltl::atomic_prop_collect(f);
|
||||
f->destroy();
|
||||
|
||||
for (unsigned p = 0; p < products; ++p)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue