This repository was archived by the owner on Mar 17, 2021. It is now read-only.
This repository was archived by the owner on Mar 17, 2021. It is now read-only.
memory leak on TaurusBaseWidget import #219
Open
Description
Hi,
I''ve just noticed a memory leak from the following 'leakchecker' script
#!/usr/bin/env python
from taurus.qt.qtgui.base import TaurusBaseWidget
when you install it with use of setup.py
#!/usr/bin/env python from distutils.core import setup
setup(scripts=['leakchecker'])
When you run the 'leakchecker' without installing it there is not memory leak.
I attach my valgrind log with definitely losts.
Cheers,
Jan
Reported by: jkotan ( http://sf.net/u/jkotan )