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

Handle WM_GETOBJECT while the window is being destroyed #65

Merged
merged 1 commit into from
Nov 18, 2021

Conversation

mwcampbell
Copy link
Contributor

This fixes the crash that @DataTriny reported on #37 . It has to be done in the window procedure, since that is what actually manages the lifecycle of the AccessKit manager. So we implement it in our tests and in the example, which provides a model for integrators.

@mwcampbell
Copy link
Contributor Author

Going to go ahead and merge this one, because it's a prerequisite for my next PR, and I don't think anyone else currently involved with the project would be able to meaningfully review this PR.

@mwcampbell mwcampbell merged commit 3c84b94 into main Nov 18, 2021
@mwcampbell mwcampbell deleted the wm-getobject-while-destroying branch November 18, 2021 16:15
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.

1 participant