mirror of
				https://github.com/rad4day/Waybar.git
				synced 2025-11-04 01:32:42 +01:00 
			
		
		
		
	pulseaudio: disconnect on destruction
This commit is contained in:
		@@ -36,6 +36,7 @@ waybar::modules::Pulseaudio::Pulseaudio(const std::string &id, const Json::Value
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
waybar::modules::Pulseaudio::~Pulseaudio() {
 | 
			
		||||
  pa_context_disconnect(context_);
 | 
			
		||||
  mainloop_api_->quit(mainloop_api_, 0);
 | 
			
		||||
  pa_threaded_mainloop_stop(mainloop_);
 | 
			
		||||
  pa_threaded_mainloop_free(mainloop_);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user