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

SP-2307: prevent Invoke before MediaPlayer window handle is created #176

Merged
merged 1 commit into from
May 16, 2023

Conversation

tombogle
Copy link
Collaborator

@tombogle tombogle commented May 15, 2023

Changed sequence of setup operations in MediaPlayer to prevent setting handlers that might be called and Invoke an operation before the window handle is created.
Note: I have not found a way to reproduce this crash, but it was reported twice by the same user in quick succession.


This change is Reviewable

…nt setting handlers that might be called and Invoke an operation before the window handle is created.
@tombogle tombogle added the bug label May 15, 2023
@tombogle tombogle requested a review from andrew-polk May 15, 2023 19:30
@tombogle tombogle self-assigned this May 15, 2023
Copy link
Contributor

@andrew-polk andrew-polk left a comment

Choose a reason for hiding this comment

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

Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @tombogle)

@tombogle tombogle merged commit fe5ce50 into master May 16, 2023
@tombogle tombogle deleted the sp-2307-do-not-invoke-on-uncreated-window branch May 16, 2023 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants