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

EventLoop: don't destruct ID allocator #1403

Conversation

muscar
Copy link
Contributor

@muscar muscar commented Mar 10, 2020

The ID allocator is destructed before a timer in HackStudio is is de-registered leading to an access violation (see #1382).

The ID allocator is destructed before a timer in HackStudio is
is de-registered leading to an access violation (see
SerenityOS#1382).
@awesomekling
Copy link
Collaborator

LGTM! Thanks for fixing this :)

@awesomekling awesomekling merged commit 81c6f72 into SerenityOS:master Mar 10, 2020
@muscar muscar deleted the dek20-fix-event-loop-id-allocator-double-free branch March 10, 2020 10:33
RyanGrieb pushed a commit to RyanGrieb/serenity that referenced this pull request Mar 10, 2020
The ID allocator is destroyed before a timer in HackStudio is
is unregistered leading to an access violation.

Fixes SerenityOS#1382.
nimelehin pushed a commit to nimelehin/serenity that referenced this pull request Apr 12, 2020
The ID allocator is destroyed before a timer in HackStudio is
is unregistered leading to an access violation.

Fixes SerenityOS#1382.
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.

None yet

2 participants