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 segmentation fault after destorying window #22

Merged
merged 1 commit into from
Jul 28, 2024

Conversation

a1091150
Copy link
Contributor

Function _twin_sdl_destroy destroys the screen before the backend destroyed. This causes a segmentation fault or an endless loop. This commit changes the sequence of destruction in the function.

Function _twin_sdl_destroy destroys the screen before the backend
destroyed. This causes a segmentation fault or an endless loop.
This commit changes the sequence of destruction in the function.
@jserv jserv merged commit e1892ce into sysprog21:main Jul 28, 2024
3 checks passed
@jserv
Copy link
Contributor

jserv commented Jul 28, 2024

Thank @a1091150 for contributing!

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.

2 participants