Fix a memory leak in reduce_tau03().
* src/ltlvisit/contain.cc (reduce_tau03_visitor::visit): Free the operand array when a multop reduces to a constant.
This commit is contained in:
parent
058bb83c6d
commit
4964c9a1a4
2 changed files with 9 additions and 1 deletions
|
|
@ -1,3 +1,10 @@
|
|||
2009-09-07 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Fix a memory leak in reduce_tau03().
|
||||
|
||||
* src/ltlvisit/contain.cc (reduce_tau03_visitor::visit): Free
|
||||
the operand array when a multop reduces to a constant.
|
||||
|
||||
2009-09-07 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Fix a memory leak in randltl.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue