mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
move issue from comment to Issues
This commit is contained in:
parent
8b5f42d934
commit
4cd6024f07
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user