mirror of
https://github.com/polybar/polybar.git
synced 2026-03-18 14:17:31 +00:00
fix(alsa): Avoid dangling pointers
This commit is contained in:
@ -80,6 +80,7 @@ namespace modules {
|
||||
|
||||
void volume_module::teardown() {
|
||||
m_mixer.clear();
|
||||
m_ctrl.clear();
|
||||
}
|
||||
|
||||
bool volume_module::has_event() {
|
||||
|
||||
Reference in New Issue
Block a user