Skip to content

Handle multiple initializations and termination gracefully #2

@xsuchy

Description

@xsuchy

The agent may be loaded many times but each instance of the agent uses the shared global data and there is no possibility to avoid usage of global data. So, in case of multiple instantiation the initialization routines must not cause any memory leak and the termination routines must not cause double free errors.

Originally reported as jfilak/abrt-java-connector#31

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions