otf_product: fix deletion of iter_cache_

Fixes #152, reported by Valentin Iovene.

* spot/twa/twaproduct.cc (~twa_product): Delete iter_cache_.
* tests/python/otfcrash.py: New file.
* tests/Makefile.am: Add it.
* NEWS: Mention the bug.
This commit is contained in:
Alexandre Duret-Lutz 2016-02-16 17:22:36 +01:00
parent e86370f894
commit 3a3913cf50
4 changed files with 46 additions and 0 deletions

View file

@ -303,6 +303,7 @@ TESTS_python = \
python/ltsmin.ipynb \
python/minato.py \
python/optionmap.py \
python/otfcrash.py \
python/parsetgba.py \
python/piperead.ipynb \
python/prodexpt.py \