Skip to content

CompletionEvent allocated by NetProcessor::InitNetAcceptInternal not freed? #5

@omnimose

Description

@omnimose

It seems the CompletionEvent object created by NetProcessor::InitNetAcceptInternal is not freed, which cause memory leak?

        ///////////////////////////////

        // allocate completion event //

        ///////////////////////////////

        completion_event = 

            new CompletionEvent(net_accept, 

                                EventHandler::NET_EVENT_ACCEPT_INTERNAL);

        net_accept->SetCompletionEvent(completion_event);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions