Skip to content

Destruction of QOSCServer with PathObjects registered triggers access violation #6

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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