Skip to content

Deletion does not check for null handles before destruction #13

Open
@Delwin9999

Description

@Delwin9999

If you call new on an Example and then delete it without calling run it will attempt to delete a bunch of resources that are allocated during run (specificity prepare()).

Putting if checks around all the destroy calls fixes this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions