Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deletion does not check for null handles before destruction #13

Open
Delwin9999 opened this issue Jun 28, 2016 · 0 comments
Open

Deletion does not check for null handles before destruction #13

Delwin9999 opened this issue Jun 28, 2016 · 0 comments
Labels

Comments

@Delwin9999
Copy link

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.

@jherico jherico added the bug label Jul 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants