Skip to content

Memory leak in o2requestor.cpp #159

@emmaLitzler

Description

@emmaLitzler

In o2requestor.cpp, new O2Reply objects are added to an O2ReplyList when a new request is made. The pointers are however never deleted after removing them from the list (once the request is finished). This leads to a memory leak.

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