Skip to content

MeshUnmanaged doesn't initialize or copy some fields #344

@ClivePatrick

Description

@ClivePatrick

The boneMatrices pointer in the MeshUnmanaged class isn't initialized to nullptr in the constructor, nor is it copied from another mesh in the set(const ::Mesh& mesh) method. This causes the program to attempt to free an invalid memory address.

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