Skip to content

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

Open
@icy17

Description

@icy17

Potential memory leak in client.c line 74. Calling event_base_new() without calling event_base_free() to free the memory will cause a memory leak.
Doc says "event_base_free deallocate all memory associated with an event_base, and free the base"
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