Thanks to visit codestin.com
Credit goes to github.com

Skip to content

EventStorage leak #191

@Benualdo

Description

@Benualdo

Running progam with _CRTDBG_MAP_ALLOC indicates there's a memory leak after capture.
Adding EventStorage dtor solves the issue.

EventStorage();
~EventStorage()
{
    Clear(false);
}

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