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:
Alexandre Duret-Lutz 2009-09-07 16:10:40 +02:00
parent 058bb83c6d
commit 4964c9a1a4
2 changed files with 9 additions and 1 deletions

View file

@ -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.