* src/tgba/bdddict.cc (bdd_dict::unregister_variable): Correctly
call release_n(), not remove() to repopulated the freelist of anonymous BDD variables. New code I'm working on triggered an assertion inside remove(), but I'm surprised this bug hadn't manifested before !
This commit is contained in:
parent
e84647b30b
commit
49a78724a4
2 changed files with 12 additions and 4 deletions
|
|
@ -1,3 +1,11 @@
|
|||
2006-07-13 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||
|
||||
* src/tgba/bdddict.cc (bdd_dict::unregister_variable): Correctly
|
||||
call release_n(), not remove() to repopulated the freelist of
|
||||
anonymous BDD variables. New code I'm working on triggered an
|
||||
assertion inside remove(), but I'm surprised this bug hadn't
|
||||
manifested before !
|
||||
|
||||
2006-06-13 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||
|
||||
* iface/gspn/common.hh, iface/gspn/common.cc, iface/gspn/gspn.cc,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue