* src/tgba/taatgba.cc: Fix a memory leak.
This commit is contained in:
parent
5187752c9a
commit
c7da4003a7
1 changed files with 2 additions and 0 deletions
|
|
@ -275,6 +275,8 @@ namespace spot
|
|||
&& (i == seen_.end() || j == i->second.end()))
|
||||
{
|
||||
seen_[b].push_back(t);
|
||||
if (i != seen_.end())
|
||||
delete b;
|
||||
succ_.push_back(t);
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue