Skip to content

Destruction of QOSCServer with PathObjects registered triggers access violation #6

@timmb

Description

@timmb

QOSCServer triggers a crash when it is destroyed with path objects registered. This is because the child path objects are destroyed by QOSCServer's base QObject desctructor which causes them to unregister from OSC Server but this happens after QOSCServer's destructor so the paths member of QOSCServer has already been destroyed.

Will submit a pull request.

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