Fix some memory leaks.
* src/eltlparse/eltlparse.yy: Free the automatop::vec when CHECK_ARITY fails while parsing an automatop. * src/eltltest/acc.cc: Free all constructed formulae.
This commit is contained in:
parent
4964c9a1a4
commit
995335618a
3 changed files with 25 additions and 2 deletions
|
|
@ -1,3 +1,11 @@
|
|||
2009-09-07 Damien Lefortier <dam@lrde.epita.fr>
|
||||
|
||||
Fix some memory leaks.
|
||||
|
||||
* src/eltlparse/eltlparse.yy: Free the automatop::vec when
|
||||
CHECK_ARITY fails while parsing an automatop.
|
||||
* src/eltltest/acc.cc: Free all constructed formulae.
|
||||
|
||||
2009-09-07 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Fix a memory leak in reduce_tau03().
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue