Skip to content

Don't leak temporary directory #8

Description

@iainlane

temp dirs created using mkdtemp(), as we do when logging into Launchpad, aren't cleaned up.

In production it's semi OK as we run with PrivateTmp=yes, but for development it's a bit ugly.

Suggestion is to define a close() in the base class, and let metrics override that to clean up their tmp dir.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions