Fix bugs in minimize().
* src/tgbaalgos/minimize.cc (init_sets, minimize): Fix memory leaks and a usage of the wrong automaton. * src/tgbatest/wdba.test: Try using -Rm with -R3 or -R3b, and with valgrind. This caught all the bugs fixed above.
This commit is contained in:
parent
72139fd760
commit
7d8a5310e4
3 changed files with 44 additions and 4 deletions
|
|
@ -1,3 +1,12 @@
|
|||
2010-11-25 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Fix bugs in minimize().
|
||||
|
||||
* src/tgbaalgos/minimize.cc (init_sets, minimize): Fix memory
|
||||
leaks and a usage of the wrong automaton.
|
||||
* src/tgbatest/wdba.test: Try using -Rm with -R3 or -R3b, and with
|
||||
valgrind. This caught all the bugs fixed above.
|
||||
|
||||
2010-04-13 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Fix bugs in minimize(), caught by spotlbtt.test.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue