Skip to content

[C++] Address Memory Leaks #2

@DeanAyalon

Description

@DeanAyalon

handle_connection creates new instances of Request without deleting them

How?

new creates a pointer, how do I create an occurrence without a pointer? Request request;?

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions