mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-20 01:42:38 +02:00
move issue from comment to Issues
This commit is contained in:
@@ -103,13 +103,6 @@ int waybar::modules::JACK::xrun() {
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
** problem: pipewire leaves old client threads hanging around after server
|
|
||||||
** is killed. was handling this sloppily by calling pthread_cancel() on the
|
|
||||||
** JACK thread but since JACK2 cleans up after itself properly, this call
|
|
||||||
** led to segfault when using JACK2. probably best course of action is to
|
|
||||||
** submit a bug report to pipewire.
|
|
||||||
*/
|
|
||||||
void waybar::modules::JACK::shutdown() {
|
void waybar::modules::JACK::shutdown() {
|
||||||
client_ = NULL;
|
client_ = NULL;
|
||||||
state_ = "disconnected";
|
state_ = "disconnected";
|
||||||
|
Reference in New Issue
Block a user