Skip to content

Potential memory leak in benchmark/http/libevent/libevent_http_bench.c #297

Open
@icy17

Description

@icy17

Potential memory leak in libevent_http_bench.c line 87. Calling event_config_new() without calling event_config_free() to free the memory will cause a memory leak.
Doc says "event_config_free deallocates all memory associated with an event configuration object."

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