* src/tgbaalgos/magic.cc (magic_search::~magic_search): Release

all iterators on the stack.
(magic_search::check): Release iterators that are popped off the
stack.
This commit is contained in:
Alexandre Duret-Lutz 2004-01-26 12:46:39 +00:00
parent 57ddf52df0
commit bdbaa8356c
2 changed files with 13 additions and 1 deletions

View file

@ -1,5 +1,10 @@
2004-01-26 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbaalgos/magic.cc (magic_search::~magic_search): Release
all iterators on the stack.
(magic_search::check): Release iterators that are popped off the
stack.
* src/tgbatest/explpro2.test: Fix reordering regex.
* src/tgbatest/defs.in (run): Use libtool --mode=execute.