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

Fix crash when unsharing a range that is not shared #11650

Merged
1 commit merged into from
Oct 2, 2017

Conversation

kitsune
Copy link
Contributor

@kitsune kitsune commented Sep 28, 2017

Added a guard to Range::_unref_shared to prevent it from doing anything
in the event that shared is null.

Fixes Issue: #11521

Added a guard to Range::_unref_shared to prevent it from doing anything
in the event that shared is null.

Fixes Issue: godotengine#11521
@groud groud added this to the 3.0 milestone Sep 28, 2017
@ghost ghost merged commit c96fc38 into godotengine:master Oct 2, 2017
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants