Fix a regression in tgbamask.cc, reported by Alexandre Lewkowicz.

* src/tgba/tgbamask.cc (recycle): Clear the transition list.
* src/tgbatest/dra2dba.test: New file.
* src/tgbatest/Makefile.am: Add it.
This commit is contained in:
Alexandre Duret-Lutz 2014-03-20 09:30:01 +01:00
parent 559f49c7d5
commit a828662be6
3 changed files with 340 additions and 4 deletions

View file

@ -145,6 +145,7 @@ namespace spot
if (iter_cache_)
{
res = down_cast<succ_iter_filtered*>(iter_cache_);
res->trans_.clear();
iter_cache_ = nullptr;
}
else