From 4cd6024f07c71bd5e69fb8b5f2f69b770e160b2e Mon Sep 17 00:00:00 2001 From: kennypm Date: Tue, 19 Jul 2022 19:36:48 -0400 Subject: [PATCH] move issue from comment to Issues --- src/modules/jack.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/modules/jack.cpp b/src/modules/jack.cpp index 85268bb..932aa85 100644 --- a/src/modules/jack.cpp +++ b/src/modules/jack.cpp @@ -103,13 +103,6 @@ int waybar::modules::JACK::xrun() { 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() { client_ = NULL; state_ = "disconnected";