Skip to content

Remove duplicate eglDestroyContext call in angle Device::destroy_context#365

Merged
jdm merged 1 commit into
servo:mainfrom
mrobinson:remove-duplicate-destroy
Jun 7, 2026
Merged

Remove duplicate eglDestroyContext call in angle Device::destroy_context#365
jdm merged 1 commit into
servo:mainfrom
mrobinson:remove-duplicate-destroy

Conversation

@mrobinson

Copy link
Copy Markdown
Member

It's quite likely that this duplicate eglDestroyContext call is
causing the Windows CI to hang. This change removes the duplicate call
to context destruction.

…ontext`

It's quite likely that this duplicate `eglDestroyContext` call is
causing the Windows CI to hang. This change removes the duplicate call
to context destruction.

Signed-off-by: Martin Robinson <mrobinson@abandonedwig.info>
@mrobinson

Copy link
Copy Markdown
Member Author

The CI still seems to be hanging, but this is still a good fix, I think.

@jdm jdm left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Super weird this was here at all!

@jdm jdm enabled auto-merge June 7, 2026 10:02
@jdm jdm added this pull request to the merge queue Jun 7, 2026
Merged via the queue into servo:main with commit d3be049 Jun 7, 2026
55 of 58 checks passed
@mrobinson mrobinson deleted the remove-duplicate-destroy branch June 7, 2026 10:16
@mrobinson

Copy link
Copy Markdown
Member Author

Super weird this was here at all!

Agreed. I tracked this down to the initial implementation, so I suspect it was just a copy-and-paste issue or something along those lines.

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