Fix segfault with g++-3.3.
* src/tgbaalgos/minimize.cc (minimize_dfa): Fix deletion of the state_set_map. It led to a crash when compiled with g++-3.3.
This commit is contained in:
parent
b39e68c51e
commit
45d7c88062
2 changed files with 12 additions and 2 deletions
|
|
@ -1,3 +1,10 @@
|
|||
2011-01-12 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Fix segfault with g++-3.3.
|
||||
|
||||
* src/tgbaalgos/minimize.cc (minimize_dfa): Fix deletion of the
|
||||
state_set_map. It led to a crash when compiled with g++-3.3.
|
||||
|
||||
2011-01-12 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Fix a compilation failure with g++-3.3.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue