Skip to content

Memory leak #24

@d3roch4

Description

@d3roch4

Memory leak
in RequestHandler.h file: 29 this allocating a Response
and Controller.cpp file: allocating another 113 this Response.
At the end apens one will be deleted causing a memory leak.

My suggestion is to move the Controller method :: serverInternalError the Controller class to RequestHandler class, I'll implentar this and commit on my fork.

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