Turn parse_error_list into an opaque type for Swig. This
kills a memory leak warning from swig/python. * src/ltlparse/public.hh (parse_error_list): Declare as an empty struct for Swig. * wrap/python/tests/ltlparse.py: Fix copyright.
This commit is contained in:
parent
0fe5403956
commit
391372ae2a
3 changed files with 19 additions and 2 deletions
|
|
@ -1,3 +1,12 @@
|
|||
2010-01-22 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Turn parse_error_list into an opaque type for Swig. This
|
||||
kills a memory leak warning from swig/python.
|
||||
|
||||
* src/ltlparse/public.hh (parse_error_list): Declare
|
||||
as an empty struct for Swig.
|
||||
* wrap/python/tests/ltlparse.py: Fix copyright.
|
||||
|
||||
2010-01-22 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Fix the computation of the length of multops.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue