Skip to content

Handle multiple initializations and termination gracefully #31

@jfilak

Description

@jfilak

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions