Fix a memory leak on failure to WDBA-minimize.
* src/tgbaalgos/minimize.cc (minimize_obligation): Delete the powerset automaton when we return 0 because we know if the result is correct and don't have the formulae to check it. Reported by Étienne Renault.
This commit is contained in:
parent
fddfafcd60
commit
fdbdb1a436
1 changed files with 1 additions and 0 deletions
|
|
@ -638,6 +638,7 @@ namespace spot
|
||||||
if (!f && !aut_neg_f)
|
if (!f && !aut_neg_f)
|
||||||
{
|
{
|
||||||
// We do not now if the minimization is safe.
|
// We do not now if the minimization is safe.
|
||||||
|
delete min_aut_f;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue