Skip to content

Windows: Don't call GetMessageW after window has closed (bugfix)#250

Closed
AlexCharlton wants to merge 1 commit into
RustAudio:masterfrom
AlexCharlton:win-dont-getmessage-after-close
Closed

Windows: Don't call GetMessageW after window has closed (bugfix)#250
AlexCharlton wants to merge 1 commit into
RustAudio:masterfrom
AlexCharlton:win-dont-getmessage-after-close

Conversation

@AlexCharlton
Copy link
Copy Markdown
Contributor

This fixes an occasional panic: sometimes we'll re-enter the message-handling loop after a window has been closed, and GetMessageW will fail.

@AlexCharlton
Copy link
Copy Markdown
Contributor Author

Issue caused by #249
Will fix there

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