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

Check for nullptr in destructor to prevent segfault on failed model load #4

Merged
merged 1 commit into from
Mar 12, 2024

Conversation

aloeliger
Copy link
Contributor

Fixes #3

Adds a check for a null pointer in the model loader destructor to prevent trying to close a model_lib_ that may never have been opened, preventing segfaults.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

load_model shouldn't return error when model can't be loaded to prevent emulator crashes
1 participant