Skip to content
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
@sf-migrator-bot

Description

@sf-migrator-bot

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 )

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions