* src/tgba/tgbatba.cc
(tgba_tba_proxy_succ_iterator::~tgba_tba_proxy_succ_iterator): Delete the proxied iterator.
This commit is contained in:
parent
23ed880bc8
commit
0ae540ac2a
2 changed files with 5 additions and 0 deletions
|
|
@ -1,5 +1,9 @@
|
||||||
2003-10-27 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
2003-10-27 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||||
|
|
||||||
|
* src/tgba/tgbatba.cc
|
||||||
|
(tgba_tba_proxy_succ_iterator::~tgba_tba_proxy_succ_iterator):
|
||||||
|
Delete the proxied iterator.
|
||||||
|
|
||||||
* src/tgbaalgos/emptinesscheck.cc (emptiness_check::counter_example):
|
* src/tgbaalgos/emptinesscheck.cc (emptiness_check::counter_example):
|
||||||
Remove unused tmp_last, best_lst, and tmp_acc variables.
|
Remove unused tmp_last, best_lst, and tmp_acc variables.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -91,6 +91,7 @@ namespace spot
|
||||||
virtual
|
virtual
|
||||||
~tgba_tba_proxy_succ_iterator()
|
~tgba_tba_proxy_succ_iterator()
|
||||||
{
|
{
|
||||||
|
delete it_;
|
||||||
}
|
}
|
||||||
|
|
||||||
// iteration
|
// iteration
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue