Skip to content

Potential memory leak in benchmark/throughput/libevent/client.c #298

Open
@icy17

Description

@icy17

Potential memory leak in client.c line 85 Calling event_new()(evtimer_new here) without calling event_free() to free the memory will cause a memory leak.
Doc says "Deallocate a struct event * returned by event_new()."
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions