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

[Linux]: Fix crash in Garbage #1440

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open

Conversation

sobkas
Copy link
Contributor

@sobkas sobkas commented Sep 9, 2023

For some reason game sometimes crashes while in Garbage. It might also happend in other locations.

For some reason game sometimes crashes while in Garbage.
It might also happend in other locations.
@Xottab-DUTY Xottab-DUTY added the Bug The issue in the run-time. label Sep 19, 2023
@Xottab-DUTY Xottab-DUTY force-pushed the dev branch 2 times, most recently from 143d1ca to 118d39d Compare December 16, 2023 10:39
@Xottab-DUTY Xottab-DUTY force-pushed the dev branch 2 times, most recently from 5b2ec76 to 6fffce9 Compare May 4, 2024 03:27
@Xottab-DUTY Xottab-DUTY force-pushed the dev branch 2 times, most recently from e89fcc8 to f6fd5cc Compare October 24, 2024 02:36
Comment on lines +111 to +112
if (!node)
return;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Back to the old discussion, this check doesn't make sense, since we already dereferenced the node pointer two lines above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug The issue in the run-time.
Projects
Status: To do
Development

Successfully merging this pull request may close these issues.

2 participants