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

fix:dwl tag crash when use wlr-randr enable monitor #3015

Merged
merged 1 commit into from
Mar 16, 2024

Conversation

DreamMaoMao
Copy link
Contributor

fix: #3014

After disabling a monitor using wlr-randr,waybar destroys the monitor-associated Tag object, but does not remove the monitor-associated event listener.

when use wlr-randr enable the monitor again ,the old listener still listening .

when dwl makes a set_tag request to the monitor and waybar will tries to use the Tag resource that has been freed.

@Alexays Alexays merged commit 376b4d1 into Alexays:master Mar 16, 2024
7 of 9 checks passed
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.

dwl tag module crash,when use wlr-randr enable a disabled monitor
2 participants